how to use algo new - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: how to use algo new (/thread-9279.html) |
how to use algo new - iamatx - 06-05-2020 MySQL5 - SHA-1(SHA-1($pass)) i want to decrypt hash with this algo how to do it? RE: how to use algo new - royce - 06-05-2020 If you mean one of these, hashcat supports it: * MySQL5 - hashcat mode -m 300 * sha1(sha1(pass)) - hashcat mode -m 4500 |