RE: Need help with decryption from C#

2013-11-05 Thread Paul Vernon
I've done encryption before, and have been able to successfully send the encrypted data to third parties for decryption; but I've never been on the other side of the transfer, and the initialization vector has me especially confused. Using CF's Decrypt(encrypted_string, key[, algorithm,

RE: Need help with decryption from C#

2013-11-05 Thread Patti, Michael
-Original Message- From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk] Sent: Tuesday, November 05, 2013 4:01 AM To: cf-talk Subject: RE: Need help with decryption from C# I've done encryption before, and have been able to successfully send the encrypted data to third parties