my passward use the function md5 convert it to 32-character hexadecimal number(1f3870be274f6c49b3e31a0c6728957f). which fuction could convert it back to normal, please.
eelixduppy
6:35 am on Dec 9, 2006 (gmt 0)
There are no functions to decode MD5 encryption. Are you look to compare passwords? If so, then take the string and encrypt it using MD5, then compare the two encryptions.
xbl01234
6:48 am on Dec 9, 2006 (gmt 0)
> There are no functions to decode MD5 encryption?
If there are not, how about someone lose their passward, how can we tell them?
eelixduppy
6:50 am on Dec 9, 2006 (gmt 0)
Reset their password to a string filled with random alphanumeric characters and send them it via email to the email registered with the account. Then prompt them to reset their password once they login next.
[edited by: eelixduppy at 6:57 am (utc) on Dec. 9, 2006]
xbl01234
6:56 am on Dec 9, 2006 (gmt 0)
ok, i got it. Thanks a lot.
coopster
5:43 pm on Dec 9, 2006 (gmt 0)
Remember also that email is not secured, so if the protected content is worth protecting, be careful with that method.