While decrypting the encrypted document, use the following command with the same passphrase that was used while encrypting the document:
# gpg --output file.txt -d output.asc
This will decrypt and extract the original file to file.txt.
I hope this helps. However, readers who want to know more about how different cryptographic algorithms and Public Key Infrastructure work may want to refer to the book “Cryptography And Public Key Infrastructure.”










































0 Comments