OIC Use CriptJS Library
Summary
OIC Use CriptJS LibraryContent
Hello,
I need to use a CriptoJS Library in call JS in an integration ( Oracle Integration Cloud Service). Somebody know how to do it ?
I should write the follow code in my js call but when run the integration, It finish in error becaus does not identifier "CryptoJS":
var signature = CryptoJS.HmacSHA1(baseString, key).toString(CryptoJS.enc.Base64);
Thanks,
Simone
0