PGP encryption using cfmail

Hi,
for a custom project we need to send emails encrypted by PGP.
I saw an example for Coldfusion 11. Is there any implementation in Lucee or workaround with Java or OpenPGP?

I’m happy for any solution or suggestion.

Thanks

Have you seen @Bilal 's cfpgp?

http://www.boncode.net/boncode-pgp-for-cfml

Hi Andreas,

thats great, i will have a look at this. I hope i can use it for my purpuse

1 Like

I would recommend https://openpgpjs.org/.
Email encryption using public/private keys is performed on the device/browser not a server.

1 Like