- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Milan. This didn't work using DESede/CBC/NoPadding. The documentation says the encryption used by Adobe Campaign is AES / CBC with a null IV.
https://docs.adobe.com/content/help/en/campaign-classic/technicalresources/api/f-cryptString.html
Remarks
Encryption takes place according to the following method:
- The unicode character string is transformed into a UTF-8 string.
- A check character is added at the end.
- This string is encrypted using the AES algorythm in Cipher Block Chaining (CBC) mode with a null initialization vector. If no key is provided as a parameter, the instance key is used.
- The encrypted block is then converted into base 64.
Views
Replies
0 Likes
Total Likes