bluesauceuk
Programmer
I have been storing passwords in my database like so...
<cfset enc_password = ToBase64(Encrypt(form.password, form.password))>
No for the world of me I can't figure out how to reverse it... I am making a password reminder that is emailed - which is done - the only thing is how do I convert the string back to it original value?
What's confusing me is that the key is the same as the password.
Can anyone help?
Thanks
<cfset enc_password = ToBase64(Encrypt(form.password, form.password))>
No for the world of me I can't figure out how to reverse it... I am making a password reminder that is emailed - which is done - the only thing is how do I convert the string back to it original value?
What's confusing me is that the key is the same as the password.
Can anyone help?
Thanks