Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I want to use AES GCM 256 encryption in Adobe Campaign Classic but unable to find any native JS which we can directly use as a library.
Tried Below Libraries but no Luck:
--> CryptoJS
--> SJCL
Need help if anyone has tried or came across this problem
Solved! Go to Solution.
Hi,
SJCL has a GCM mode:
https://github.com/bitwiseshiftleft/sjcl/blob/cc887b518c026407e4ad11ecef37ad9e40d4bd40/core/gcm.js
You can also use encrypt with execCommand() or via an external API if JS isn't an option.
Thanks,
-Jon
View solution in original post
Views
Likes
Replies