Welcome Guest, Not a member yet? Register   Sign In
[solved] Is it possible to decrypt sha1 password?
#1

[eluser]tuckee[/eluser]
I would like to decrypt sha1 password if user forgot their password. is it possible to do so?

Code:
$sha1_password = sha1($password);

this is how i encrypt. but have no clue on how to decrypt. i browse through the forum and some suggest saying is not possible, but u could send them a random password and changed it.

so in my curiosity, is it possible to decrypt so that user is able to use back the same password the user registered?


Messages In This Thread
[solved] Is it possible to decrypt sha1 password? - by El Forum - 12-04-2011, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB