Search code examples
encryptiongnupgpgpopenpgp

GPG file encryption


I have tried to encrypt file with GPG. Use "gpg -e -r 'Recipient' message.txt".

Why I got this: My pgp message

Instead of something like this:

Normal pgp message


Solution

  • To get output like I want. You should append option -a, "ascii output".