AES GCM 256 Encryption in Adobe Campaign Classic | Community
Skip to main content
iambhosale
Level 2
August 6, 2020
Solved

AES GCM 256 Encryption in Adobe Campaign Classic

  • August 6, 2020
  • 1 reply
  • 1679 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
August 6, 2020

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