Hi Guru's,
We need to encrypt incoming payload with a 32 byte string using AES/CBC/PKCS5Padding algorithm in CPI.
We've been analysing the standard encryption functionalities available in CPI but I am beginning to think they cant help directly with above requirement.
Example :
32byte Symmetric key - fpOBWSiDeP6kIjbyYFDGu3TnBqxTEpLT
We need to Encrypt the payload with above key using AES/CBC/PKCS5Padding algorithm.
Below is a sample screenshot from an online encryption service (https://8gwifi.org/CipherFunctions.jsp)
It would help a lot if you could share your experiences with similar scenarios or guide me to helpful documents.
Thanks & Regards
Sam