I tried to use https://community.apigee.com/articles/38046/des-encryption-javascript-policy-using-cryptojs.html
For Crypto SHA 256 implemenatation
But its taking a lot of time…facing performance degradation.
-
Is there any other alternative ?
-
Is calling callouts faster than javascript ?
-
Is there any other callout for this?
-
Is there any caching which can help ?
,
I followed answer mentioned on community: https://community.apigee.com/articles/38046/des-encryption-javascript-policy-using-cryptojs.html
Aim is to use crypto js SHA 256 hashing but its taling a lot of time which degrades our perfromance.
Is there any other fast alternative ?
Can we use Callouts ? are they faster than javascript ?
Please comment.