SA-MP Forums Archive
Hash 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 Help (/showthread.php?tid=608504)



Hash Help - TheThirdNeo - 02.06.2016

Hello I got something into my script I don't know how to edit the scripter added it and i want to remove it since I want to check on my old account's password
Hash Example:
Код:
EA353833FD354D7425B81C67090813DF2E2D3B142DB2D191FB1E4DA783DCEE544D294B5ADC65CC7562C11D35B07E88EEDDDCA4DA7C03A41D6D2795727FA74969



Re: Hash Help - BR3TT - 02.06.2016

Gl on that, firstly you need to find out what encryption, and then if they added a salt to it, it makes it even harder. Also I don't quite understand what you're asking either


Re: Hash Help - TheThirdNeo - 02.06.2016

it's WP_Hash help me


Re: Hash Help - DRIFT_HUNTER - 02.06.2016

The idea of Hashing passwords is to prevent anyone from reading them. That hash looks fairly strong so its a one way only, there is no way reversing it (no mater what anyone say).


Re: Hash Help - Crayder - 02.06.2016

You clearly don't understand the point of hashing...

If there was a way to decrypt this, what would be the point of hashing? You should NOT remove the hashing from your server, and if you do you better tell all of your players that your server is insecure. You would be leaving all of your player's personal passwords up for grabs to hackers.

Remind me in the future to NEVER come in your server.


Re: Hash Help - Micko123 - 02.06.2016

Like guys said above. Why would you hash password if you want to read it?? I totally don't understand


Re: Hash Help - PrO.GameR - 02.06.2016

Nope, not interested in helping a 10y/o kid who wants to know people's password.
if you want to give people their accounts back, create a new pass generator.