Can anyone recommend a javascript library that is ...
# suitescript
n
Can anyone recommend a javascript library that is compatible with Netsuite/SuiteScript that will do RSA encryption? Have already tried jsencrypt, forge, sjcl, hybrid-crypto without luck (all throw
ReferenceError: \"window\" is not defined
or
ReferenceError: "navigator" is not defined
)
n
@NSN I have used this library before, pretty sure I used it in a map reduce, unfortunately I do not have my original code at hand to check. http://bitwiseshiftleft.github.io/sjcl/
n
Thank you very much guys