Hi
I want to encrypt my data in this algo "aes-256-cbc" via JS Code, but I am currently facing problems with Import JS Library and encryption.
Note:
I can use the Crypto API, but I don't have any kind of feature to send keys in my API. so Its is not Feasible Solution
Thanks
Mansur
Hi @Md Mansur,
Please refer this documentation for importing JS library into your Outsystems application.
Use JavaScript Code from an External Library - OutSystems 11 Documentation
Kind regards,
Sanjay Kushwah
@Md Mansur ,
For using the crypto Js Library you need to include the JS code in your screen you can do this in two ways
1) Using CryptoJS Reactive Component
2) Using CDN:-
Regards Gourav Shrivastava