>>/1212/
2)
I'm suggesting to pad your messages with passgen.sh as I think that it might be helpful.
$ passgen >> message.txt
$ nano message.txt
/BwZ1X7Xe3YgJhlWtxjmjweodhiKm5Dg2mkuyEyTRTQCFL2AajWTTxGl2TW1/tSztDoz2Ci0YveM
This is the message. Have a nice day!
^X
$ passgen >> message.txt
$ gpg --list-keys | more
$ gpg -e -a -r Endwall message.txt
$ cat message.txt.asc
$ gpg -d message.txt.asc
Seems to work. Maybe pad it twice on either end. That should mess with the crypt-analysis. Just an idea.