Use CryptoJS library
I have a need to export the results of a query to Amazon S3 file storage. In order to communicate with Amazon, I need to create signed signatures that use HMAC-SHA256 encryption. The CryptoJS library will do this for me, but the Frevvo Rules Engine doesn't recognize this library.
Is there a way to include this library or does anyone have other ideas on how I do the necessary encryption functions to communicate to S3?
0
-
Hi Guy,
You may be able to use the includes.js file for this purpose. You can copy the content of the crypto.js to the includes.js. Please see this documentation.
Thank you!
Megan
0
Please sign in to leave a comment.
Comments
1 comment