|
20 characters long password - 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: 20 characters long password (/thread-13414.html) |
20 characters long password - RX6800 - 10-28-2025 Hello i've got simple question, how can i crack hash that i know the password is 20 characters long and it is only with numbers. I'm asking for every possible way with Hashcat for exact command for terminal or with any other tool if someone knows? RE: 20 characters long password - DanielG - 10-29-2025 hashcat.exe -a 3 -m [the mode of your hash] filewithyourhash.txt ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d RE: 20 characters long password - RX6800 - 10-29-2025 Code: sudo hashcat -a 3 -m 22000 464.hc22000 ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?dand i've got the following output Code: hashcat (v7.1.2-319-g710f178cd) startingRE: 20 characters long password - DanielG - 10-29-2025 Yeah 20 digits is in no way practically attackable, you want to check 100000000000000000000 passwords. Your AMD Radeon RX 6800 can do around 1062 kH/s. Which means you need around 2984 millennia to check them all. |