Hash passowrd help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hash passowrd help (
/showthread.php?tid=618405)
Hash passowrd help -
tharvin - 05.10.2016
my friends forgets his password on my server so i go through scriptfiles and into his ini..its showing hashed pass..so my question is how to find the original passowrd or got any other way to recover
Re: Hash passowrd help -
Vince - 05.10.2016
It's irreversible.
That's the point. A password is a personal piece of information and it should never be known by anyone but its owner. If you click the "forgot password" link on a website, what happens? Do they send you your password back in plain text? No. Either you get a one-time link to set a new password or you receive a new randomly generated password.
Re: Hash passowrd help -
tharvin - 05.10.2016
Quote:
Originally Posted by Vince
It's irreversible. That's the point. A password is a personal piece of information and it should never be known by anyone but its owner. If you click the "forgot password" link on a website, what happens? Do they send you your password back in plain text? No. Either you get a one-time link to set a new password or you receive a new randomly generated password.
|
So is there any other way to recover password and to give his account bck
Re: Hash passowrd help -
jlalt - 05.10.2016
Quote:
Originally Posted by tharvin
So is there any other way to recover password and to give his account bck
|
make new account, register it with password 123456 open its file from scriptfiles folder copy hashed password, past it in your friend account, congratulations, your friend new password is 123456!