[Help] Hash decoder

Bojan

Active member
Joined
Jul 17, 2013
Messages
25
Reaction score
0
Hello!
So basically i've recieved a lot of userfiles from another server and i've the passwords but HASHED.
For ex. (i'll take out one hash out of the file)
password_hash=70123830

How can i decode this, using what?





Thanks
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
Hello!
So basically i've recieved a lot of userfiles from another server and i've the passwords but HASHED.
For ex. (i'll take out one hash out of the file)
password_hash=70123830

How can i decode this, using what?





Thanks


well... the hash, it's like md5 or something like that?
then, you can try bruteforce.... :D :D:D

or you can try a 2TB(2000GB) rainbow table. :lol: :lol::lol:


btw, if that number that you gaved isn't just a sample(70123830), well this could be p80 or 6 or 2 or even alot of shit... now it's time to use logic. ;) ;);)


...and, it would be much MUCH more helpful(fast and reliable) if you find the encryption algorithm(so you don't have to create a new one).
like, if you could find the server source(or in case of a samp server, the pawno scripts).
 
Top