LarrySteele
Programmer
I have an internal site that has access to sensitive data. We have link from another internal site on a different domain. We're passing variables across as url name/value pairs. This provides a big gaping security hole that we're trying to plug. I thought we could use ColdFusion's strong encryption. Silly me, I thought we were running CFMX 7, but turns out we're running CFMX 6.1.
Unfortunately, we're at crunch time and don't have enough time to request/approve/purchase/receive/install/blah-blah to CFMX 7.
Stuck at CFMX 6.1 for now, what options do I have to decrypt Triple DES encoded text? Said text is coming from html pages created via some Java program and they're using standard Triple DES encryption to Base64.
Funny how these always creep up just before delivery.
TIA,
Larry
Unfortunately, we're at crunch time and don't have enough time to request/approve/purchase/receive/install/blah-blah to CFMX 7.
Stuck at CFMX 6.1 for now, what options do I have to decrypt Triple DES encoded text? Said text is coming from html pages created via some Java program and they're using standard Triple DES encryption to Base64.
Funny how these always creep up just before delivery.
TIA,
Larry