hashcat Forum
How to crack an MD5(base64_encode(md5)) 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: How to crack an MD5(base64_encode(md5)) password? (/thread-10551.html)



How to crack an MD5(base64_encode(md5)) password? - chevalier6290 - 12-23-2021

Hi guys,
Please help me commands with hashcat to crack an MD5(base64_encode(md5)) passwords.
Thanks.
Ex: 1bf8fcac4763978543bddc06392ff733 => 12345
58bc55137ad85422546b70033e27b8d2 => 123456


RE: How to crack an MD5(base64_encode(md5)) password? - Kay_Z420 - 12-25-2021

<file path to hashcat.exe> >hashcat.exe -a 3 -m 0 <file path to hash file> ?d?d?d?d?d?d?d?d

only use as many "d's" as needed for length of possible password
d represents digits as in 0123456789

use main wiki for cheat sheet for flags ex (-a flag is --attack mode followed by #3 means brute force

https://hashcat.net/wiki/doku.php?id=hashcat


RE: How to crack an MD5(base64_encode(md5)) password? - Maroslawxp - 12-25-2021

The length of base64(md5($pass)) is always 44 so there would be integer overflow error. You can request adding this algorithm to hashcat here