MD5 decrypt - 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: MD5 decrypt (
/showthread.php?tid=294057)
MD5 decrypt -
GangsTa_ - 30.10.2011
Is it possible to decrypt MD5 passwords? (From y_md5 hashes - the old y_md5)
Re: MD5 decrypt -
Scenario - 30.10.2011
Yes, it's possible. However, unless you have the right tool it'll take a long time.
You would be better off using Whirlpool encryption.
Re: MD5 decrypt -
GangsTa_ - 30.10.2011
http://www.md5decrypter.com/
Does this decrypt whirlpool hashes too?
Re: MD5 decrypt -
GangsTa_ - 31.10.2011
Double post. -removed-
Re: MD5 decrypt -
Scenario - 31.10.2011
Quote:
Originally Posted by GangsTa_
|
I don't believe so. Last time I checked, Whirlpool hashes are nearly (if not actually) impossible to break.
Re: MD5 decrypt -
GangsTa_ - 31.10.2011
Alright. I'll try to use Whirlpool then.