Anybody know if we can do PKI encryption in NetSui...
# suitescript
r
Anybody know if we can do PKI encryption in NetSuite?
b
if you mean public key cryptography, then the only native module is N/crypto/certificate, which is for a very narrow use case
🙌 1
else you need to find a module on npm to do whatever you need, and those generally need modification to work in suitescript
its usually easier to do it outside of netsuite