how to use algo new
#1
MySQL5 - SHA-1(SHA-1($pass))
i want to decrypt hash with this algo how to do it?
Reply
#2
If you mean one of these, hashcat supports it:

* MySQL5 - hashcat mode -m 300
* sha1(sha1(pass)) - hashcat mode -m 4500
~
Reply