Can anyone show the demo of how to encrypt and decrypt the image using CryptoAPI.
Hi @Chetna Upadhyay ,
Have you tried to yourself to convert with the help of CryptoAPI.
When you download CryptoAPI it have demo also so when you need to convert images first convert to Binary to text and encrypt this Text Data and when you want again image decrypt this text data with key and convert it to TextToBinary.
Hope this will help you.
Can anyone tell what to write in the key field as I want to encrypt the image using AES_Encrypt server action. Key attribute should be binary type and when I enter the binary data of an image and publish it, it shows key is not valid size error.
Hi @Chetna Upadhyay
Give any key like a secret number i.e. Thats my Kung Fu and use the same key when you decrypt the encrypted text.
For more details look here
I hope it'll help you.
ThanksDeep
I tried but did not get the desired result. Can you try this in my .oml file on the encrypt using key action button. I am attaching the .oml file below.