Join Slack
Powered by
Anybody know if we can do PKI encryption in NetSui...
# suitescript
r
rustyshackles
07/13/2023, 8:27 PM
Anybody know if we can do PKI encryption in NetSuite?
b
battk
07/14/2023, 12:43 AM
if you mean public key cryptography, then the only native module is
N/crypto/certificate
, which is for a very narrow use case
🙌 1
battk
07/14/2023, 12:45 AM
else you need to find a module on npm to do whatever you need, and those generally need modification to work in suitescript
battk
07/14/2023, 12:45 AM
its usually easier to do it outside of netsuite
2
Views
Open in Slack
Previous
Next