hashcat Forum
Whirlpool($salt.$pass) - 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: Whirlpool($salt.$pass) (/thread-13272.html)



Whirlpool($salt.$pass) - dxscozent - 06-05-2025

Hi, I saw that hashcat doesn't currently support Whirlpool($salt.$pass) but we can still do something like .
Code:
/hashcat.exe -m 6100 -a 3 hashes.txt salt?a?a?a?a?a?a?a 
. But what if I want to use wordlist for hash : salt with different salt for every hash? Is there any software that supports this? thank you.