Question
Encrypt giving different values when I reload
On CF5, I am trying to encrypt a field. But for some reason,
sometimes the last couple of characters changes. I run the page
below... refresh a few times, and get different values. Ideas?
<cfset pswd = "VR4ds2dq">
<cfset key = "rwouwwrpi482kjdhjfhwurowwq">
<cfset passw = encrypt(pswd, key)>
<cfoutput>#passw#</cfoutput>
Thanks!
<cfset pswd = "VR4ds2dq">
<cfset key = "rwouwwrpi482kjdhjfhwurowwq">
<cfset passw = encrypt(pswd, key)>
<cfoutput>#passw#</cfoutput>
Thanks!
