Quick question: NetSuite still doesn't natively su...
# suitescript
c
Quick question: NetSuite still doesn't natively support PGP encyrption, only AES? I found a help page called "Supported Cipher Suites and Host Key Types and didn't see it on that list, but I wasn't sure if I was looking in the right place. The most recent thing I found online was an article that spoke about importing a PGP library to do it locally but that was 2021
a
this is all still accurate
c
Thank you
a
I think I've read people have implemented PGP server-side using openpgp.js, but I haven't done that myself. I DO have it working in a client context though. Also using openpgp.js 🙂