Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Iterated SHA-1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot find support for iterated SHA-1 (with salt prefix):

Code:
sha1(...(sha1(sha1($salt.$pass)))

with number of iterations being e.g. 1000.

This looks a lot like KD used in Web Services Security UsernameToken Profile 1.1 (https://www.oasis-open.org/committees/do...c104276214), also reported in https://github.com/hashcat/oclHashcat/issues/91

So, is it correct that such iterated SHA-1 is not supported out of the box in (ocl)Hashcat?
correct. That's why there is that feature request.