Hi all, I am trying to encrypt a string using Bouncy Castle PGP Java apis, Base64 encode the encrypted string and then decrypt using pg_pub_decrypt but it is failing with error “Wrong Key”. Just wanted to know if
this is doable or pg_pub_decrypt only works with encrypted strings from pg_pub_encrypt? Thanks Kamal |