-2

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

Long Smith
  • 1,339
  • 3
  • 21
  • 40

1 Answers1

0

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

Long Smith
  • 1,339
  • 3
  • 21
  • 40