PGP Key
If you'd like to send me encrypted messages or verify the authenticity of my communications, you can use my PGP public key below.
I tend to use this key for signing email and git commits
and releases. So should you!
Download the public key as a file:
Download Public Key (.asc)The armored key is kept as a separate plain-text file so it can be downloaded cleanly in any browser.
Key Information
- Key Type: RSA 4096
- Created: September 17, 2019
- User IDs:
- Yousef Akbar <yousef@yhakbar.com>
- Yousef Akbar <yhakbar99@gmail.com>
Key Fingerprint
2365 1941 B691 FE67 A599 9CF5 E344 3B4C 2189 DCD3
How to Use
- Download the key: Save the armored .asc file.
- Import to your keyring:
gpg --import yousef-akbar.asc - Verify the fingerprint:
gpg --fingerprint yousef@yhakbar.com - Encrypt a message:
gpg --encrypt --armor -r yousef@yhakbar.com message.txt - Verify signatures:
gpg --verify signed-message.txt.sig
Learn more about PGP encryption at GnuPG.org