Hi there!
I'm trying to encrypt the passwords of my users in an access database. As I
don't need to cocern a lot with security issues, I'm using the #Encrypt()#
function, but ...
Here's a simple test:
<cfset var = Encrypt("vinicius" , 512)>
<cfset pwd = Encrypt(url.pwd,512)>
<cfoutput>
#pwd#<p>
#var#
</cfoutput>
this code produces 2 diferents strings, the first one:
(2U2@MEVV2ZX4
and the second one:
(2U2@MEVV2ZZ,
and whats most weird. If I press reload ... the second one becomes
(2U2@MEVV2ZZ<
So what can I do to encrypt my passwords? any other tag?
Thanks
Vinicius
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.