Expand my Community achievements bar.

Adobe LiveCycle designer email encryption

Avatar

Level 1

Hi all, I am a developer working on sending an encrypted email of xml data using the Adobe LiveCycle designer es4. I was able to successfully accomplish this but I was unable to decrypt this using c#.NET. I created a certificate and the AES128 algorithm which is an option in the submit email button settings. I was able to extract the public key from the x509certificate data in the email and match that as well as the serial number to verify I am using the same certificate. I then use the x509certificate2 object in c# to get the private key which I use for decryption. I am not getting any errors but my string function is returning junk. If anybody has had this problem before any advice would be very much appreciated. It would also be helpful to know the code behind the adobe encryption. Thanks

0 Replies