DES encrypted string from ColdFusion to ASP.Net 2.0 -
02-28-2007
, 06:30 PM
I'm using the Enterprise library to decrypt a DES Encrypted Base64 Encoded
string that is being passed from a Cold Fusion app. on a second server.
I can't seem to be able to decode the string on the .Net side. I've gotten
each side to en/decode strings generated in their own environment.
ColdFusion is v7. I'm specifying DES and trying to use the same key between
the two apps. ColdFusion seems to want to make a random key when I use DES.
Anyone have any insight on whether this can be done? Ideally I want to take
a Base64 encoded string in a post to an ASP.Net form and decrypt it to get at
the data it contains.
TIA
John |