High-performance C++ OpenPGP library and tools for encryption
High performance C++ OpenPGP library used by Mozilla Thunderbird
rnprnpkeys$ rnpkeys --generate-key --userid 'John Doe <john@example.com>' --rsa 4096$ rnp --encrypt --recipient 'john@example.com' --output encrypted.gpg file.txt$ rnp --decrypt --output decrypted.txt encrypted.gpg