http://gpp6nwvsps43b3mfacsh433uroo6uyjvvpr6tgj4jh4n5ngxt7rqbvid.onion/posts/storing-a-sensitive-document.html
When you want to reconstruct your sensitive document at a later date, retrieve both the encrypted file and your secret key from their file stores. Import the secret key to your computer ’ s GPG keyring like this: gpg --import John.key You are asked for the passphrase, which was: 5 elephants are universally trunked Finally, decrypt the encrypted sensitive document: gpg --decrypt ~/Documents/Sensitive.odt.gpg --output ~/Documents/Sensitive.odt Again, you must enter the...