Hi All, In how many ways can we encrypt a file usi...
# suitescript
s
Hi All, In how many ways can we encrypt a file using SuiteScript? Is it possible to do encryption / decryption using private key (.pem/.p12 file format) via suitescript? Thanks
b
N/crypto/certificate Module is fairly limited
otherwise my advice is to do your encryption or decryption outside of netsuite
s
Thank you