Can you encrypt a file created inside of netsuite ...
# suitescript
r
Can you encrypt a file created inside of netsuite with public key
b
general answer is not easily
but your phrasing is too generic, lots of different encryption algorithms use public keys
r
sorry. I am creating and sending a file through SFTP inside of NS, all this will stay the same. The receiving SFTP site now requires the file to be have PGP encryption, they have given me the Public Key. Can I encrypt the file inside of NetSuite before I send it out. I don't see anything in N/File
b
netsuite does not support pgp
you can barely get https://openpgpjs.org/ working, but it was designed to work in a browser/node and you have to polyfill missing globals
r
ok, thanks for the insight
147 Views