Does anyone know of a way to encrypt strings via P...
# suitescript
n
Does anyone know of a way to encrypt strings via PGP in SuiteScript (instead of AES)? I've tried using OpenPGP but it's built around async/await, which of course is not es6 compatible...