Hi All, Is it possible to decry-pt a string outsid...
# suitescript
s
Hi All, Is it possible to decry-pt a string outside NetSuite if I encrypt the same string something within NetSuite ?
r
Should be possible, I was able to make a script that was received a file encrypted using AES and I was able to decrypt it with my script using AES. I had to use a third party library and not rely on NS built in functions. Should be possible the other way around.
s
you mean to say its only possible by using a third party libary ?
r
yeah, I had to use CryptoJS. When I tried using the encrypt module, I was not able to decrypt it successfully.