Replicating Cold Fusion Decrypt()

  • Thread starter Thread starter jhagerty
  • Start date Start date
J

jhagerty

Hi all,

I have a SQL server table which holds passwords encrypted using the Cold
Fusion Descrypt() function. Theoretically, I should be able to use the
crypto services in .NET to decrypt these based on the Xor algorithm. But, it
seems as though Cold Fusion adds in some extra characters to make life
difficult.

Has anyone ever run into this issue, or does anyone know what exactly the CF
Decrypt() function is doing?

Thanks
 
Back
Top