Is there a way to eliminate special characters when encrypting with GnuPG
. I got the below issue.
When I encrypt some text with GPG
it is including special characters like +
.
Encrypt Command
--encrypt --armor --recipient
So when this encrypted text is passed via query string and when try to decrypt. I am getting the below error.
Error
gpg: no valid OpenPGP data found.gpg: decrypt_message failed: Unknown system error
So, Is there a way to configure GPG
not to include some special characters?