Which external library can be used for AES 256 ECB encryption decrytion?
Which external library can be used for AES algorithm 256 bit and ECB mode?
Using the below tool I can manage to encrypt descrypt. Same tool is used by client.
https://www.devglan.com/online-tools/aes-encryption-decryption
The usual answer is https://www.npmjs.com/package/crypto-js. You probably don’t want to use the newer 4.0 since it uses native crypto methods that suitescript doesnt support.