Here is my GPG public key. You can use this key to communicate with me securely.

Key Details

  • Name: Shaharia Azam
  • Email: mail@shaharia.com
  • Key ID: 218B1295CD3ABC86
  • Key Type: RSA 4096-bit
  • Created: 2024-11-25
  • Expires: 2025-11-25
  • Fingerprint: 0497C598B0D23D3EB8F48B45218B1295CD3ABC86

Get My Public Key

Option 1: Download Directly

You can download my public key file: shaharia_public.asc

Option 2: Fetch from Keyserver

gpg --keyserver keys.openpgp.org --recv-keys 218B1295CD3ABC86

Option 3: Search on Keyserver

gpg --keyserver keys.openpgp.org --search-keys mail@shaharia.com

Public Key Block

-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBGdEYD0BEADb8066g61b8JXU3eeGAlgb4OORHBh7ACu3Y3P954rTr8LiuMhb
AY/YG/g5aA3QWE0JwAQYp3qYo6oqhDBOW+dX7o9YTalpp+EJZGTTOjWYT/WTpEpg
ArlHMfNk+3JuvXc9zy8KvVRKHauUu78UoXGbWY9N5fP7dw8PXy9cyg9ZATdMOaoy
n7qXnbyRPvSEjd1K7K+kn48RvocK34mYSbV4FcMUIyYEwmpTF6EDdMuDsdb37tXH
L21iazOglqiVICJriZIBeVCXDnhYpKdpyV3PRcx35r066RXV9TuBEPI2a0v0AeGo
98T7h98S50iy1WajcwYX2G3mYRSW8Dl7KmX+CIpjfwXxak1zrAgInOhw7P6c9wEH
SskWcgOm28C4jagv9mZjbU/ca8XNfc2DKp6wyD4V6dpbpTvtoA/FgjMqwzVB857V
ahNvavzL51QGa8Vho2ues4P7rQvKYOhh/bYV4m5N7tC0xOnKD/zz4F5sAoFdnr1v
H6PVHxOPTcLEoPb41qhYThzQj8K/havnjgq4k2vnCJmhV3A8FOypke+oOmtYYCQc
XIiS5kwJ91EW8GUucdSRk2X06bsO29bILe8SsJvOe7kEGveTwLfUvdNwsOrtmRAn
B0Axj9dv8Ow+ZCxkSnv2JNT+oVMWH54ETjsYzy461SavaTZSZJgWbIKTwQARAQAB
tCFTaGFoYXJpYSBBemFtIDxtYWlsQHNoYWhhcmlhLmNvbT6JAlcEEwEKAEEWIQQE
l8WYsNI9Prj0i0UhixKVzTq8hgUCZ0RgPQIbLwUJAeEzgAULCQgHAgIiAgYVCgkI
CwIEFgIDAQIeBwIXgAAKCRAhixKVzTq8hjLXEACz18BQ9UVDeLoByJMLfQaLbDfg
yW7pNRw0xYnAxnVsNTRg36kooS0z75eR2jU09Hx/lxYBnJ2LdfF4n5XdnP6dEFQM
VMa+SRw4toOBh4lM8EZI3S0Kj46yNOyzEvCVYuaxecy/2CzpWuenOrl9DmA35BDx
Fx8jpPnxOK0nB06NONE/YdTKelcDMNGn4K3OqIFVGmVvJ351LucJxd/Q0zBZ14rf
+XHVx5hLgiEG88P+F6x7KvfxVSbqtzdj55vc3POd4SyeoVnX+/V6VOIqoHIje+Od
kpBF/1ZNwScMA6KWdaCjNxisWfzesc4LtJUTWznnunftNhJfFWNOH8kHnMDo0jRz
apiu6FxJ6dFtTJuOX7A30qdBD27ajnw6dKz4sZaDq+TjqNroYWuKtgvQErQnVNFE
FotvLKX4ECkZXpdYr/FSi0VvLhp9aPdCPPZ6BH3JMnLWxyIxIFlVwRECU6RdSMzZ
Dkit7oYFoBREPNDuSK9rRkjCDyNCGpCr9e41HLvGZWlJPveF49/a1zca5Yt+yxLJ
sV8ec6LqPpMyw2VW3UjhsJAzcFYEZPIEBdaKSkWeMQPWFAp4J2vJgbNsMCst2soI
PlAMJT4cK8xoZ3MnuwvmG9mUOTO4f/jNC82BgP/f/BlfIcp+QQz79l9iyVWypfWf
+/Lu7Vj/4X5IOSxjug==
=9UFw
-----END PGP PUBLIC KEY BLOCK-----

Usage Examples

1. Encrypt a File for Me

# Encrypt a file (only I can decrypt)
gpg --encrypt --recipient mail@shaharia.com document.txt

# Encrypt and sign a file (verify it's from you)
gpg --encrypt --sign --recipient mail@shaharia.com document.txt

2. Send Encrypted Email

  • Use email clients that support GPG (Thunderbird, Evolution)
  • Or use browser extensions like Mailvelope for webmail
  • Always encrypt sensitive information before sending

3. Verify My Signatures

# Verify a signed file
gpg --verify document.sig document.txt

# Verify and decrypt in one step
gpg --decrypt document.txt.gpg

Security Best Practices

  1. Always verify the fingerprint through multiple channels
  2. Use encryption for sensitive communications
  3. Keep your private key secure and backed up
  4. Check key expiration dates
  5. Use strong passwords for encrypted files

Contact

If you have any issues with my GPG key or need to verify its authenticity through a different channel, please contact me through:

Important Notes

  • This key expires on 2025-11-25
  • If you need to verify the authenticity of this key through a different channel, please contact me
  • Always verify the fingerprint before using the key
  • For urgent matters requiring encryption, ensure you have my public key imported beforehand