Rehashing - 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: Rehashing (/thread-11511.html) |
Rehashing - stevenstrom - 07-16-2023 I saw a few hash modes like md5(md5($pass)) and was wondering if there is any way to do this manually and set it to run each pass through MD5 10 times, or a few times through MD5 and another few times through SHA1 or something. Apologies if this has already been asked. I tried searching here and other places for an answer, but found nothing. RE: Rehashing - buka - 07-16-2023 It's not possible*, but John The Ripper has a dynamic format which is closer to what you want: https://github.com/openwall/john/blob/bleeding-jumbo/doc/DYNAMIC * Unless you code that yourself. RE: Rehashing - royce - 07-16-2023 For arbitrary iterations of hashes, mdxfind's -i flag can also be used. |