Page 1 of 1

how can i open md5 ?

Posted: Sat Aug 14, 2010 11:43 am
by ScOrPi
Hi all ,

i've question :(

now i've script , but if a member lost his password how can i send for him

i can send it to his mail .. but it would send as md5 char.

how can i un - md5 ?

Thanks :D

Re: how can i open md5 ?

Posted: Sat Aug 14, 2010 11:57 am
by cpetercarter
You can't decrypt an md5 hash. (Well, some folks say they can, but for practical purposes, md5 is one-way encryption). So you can't send people passwords which they have lost. You need to make an arrangement which allows them to reset their password instead.

Re: how can i open md5 ?

Posted: Sat Aug 14, 2010 1:37 pm
by ScOrPi
aha .. that's why vB lost password be random ..

thanks dud