http://killnod2s77o3axkktdu52aqmmy4acisz2gicbhjm4xbvxa2zfftteyd.onion/guides/pgp
To import someone else’s key, you have to save it in a file, (for example, key.asc) and import it: gpg --import key.asc and you will be able to use that key to verify and encrypt documents Encrypting documents Now that you have someone’s key, you’d me able to use it to encrypt files. To do this, simply run gpg --encrypt --
armor -r
[email protected] file_to_encrypt That will generate an .asc file, which you’ll send to the destination any way, even insecure, only the user with the private...