hashcat Forum
Unknown error (modes 1410/1420) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Unknown error (modes 1410/1420) (/thread-1485.html)

Pages: 1 2


RE: Unknown error (modes 1410/1420) - M@LIK - 09-27-2012

It's not a bug in my view.

--remove shouldn't be used with --salt-file=. (Otherwise, Hashcat will try to append each salt to each hash in left file)

Tip: For easy algos like $salt.$pass or $pass.$salt you don't need to use --salt-file=, simple rules can work perfectly.


RE: Unknown error (modes 1410/1420) - Rub3nCT - 09-27-2012

Thanks M@LIK.