AFAIK it is a feature that Encrypt() does not always return the same value, but
is always decryptable to the same value. I think I read it in the comment of an
Allaire employee in the Allaire forums.

Anyhow, I believe one should not use the Encrypt() at all. Use Hash(), it is one
way (nice for safety) and a public algorithm (MD5 is the name among
cryptographers I believe), so it is even usable from other applications.
Personally, I have zero faith in any cryptographic algorithm that is not open
source.

Jochem

--
It isn't possible I lied in this message, it is probable.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to