For secure communications, encrypt your message using my public key before sending it to [email protected].
Public Key
Download: bara_pgp.asc
Fingerprint: C53C 70E1 7E66 8A5F 7E97 6279 06F9 3121 A84E 8B03
To import directly from the terminal:
curl -s https://bara.xyz/pgp/bara_pgp.asc | gpg --import
Verifying Signatures
Signed releases and advisories will include a .sig file. To verify:
gpg --verify file.sig file
Usage
Encrypting a message to send:
gpg --encrypt --armor --recipient [email protected] message.txt