hashcat Forum
Slow hash and fast hash - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: Slow hash and fast hash (/thread-8534.html)



Slow hash and fast hash - hashcat-study - 08-06-2019

1. How to know if the password belongs to slow hash or fast hash

2. Slow hash is not suitable for brain servers. How to distribute slow hash to crack


RE: Slow hash and fast hash - NoReply - 08-06-2019

1. This depends on the Hash type (-m parameter), but not on the password itself

2. It is the other way around, the brain is made for slow hashes. For further information read this: https://hashcat.net/forum/thread-7903.html

Distributing hash cracking can be achieved with overlays like Hashtopolis (https://github.com/s3inlc/hashtopolis).


RE: Slow hash and fast hash - undeath - 08-06-2019

hashcat brain is not a substitution for a distributed cracking solution.


RE: Slow hash and fast hash - hashcat-study - 08-08-2019

ok Well, in the future, in the actual application, brain only focuses on cracking slow hashes.