hashcat Forum
Iterated SHA-1 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Iterated SHA-1 (/thread-5476.html)



Iterated SHA-1 - svhash - 05-26-2016

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/download.php/13392/wss-v1.1-spec-pr-UsernameTokenProfile-01.htm#_Toc104276214), 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?


RE: Iterated SHA-1 - undeath - 05-26-2016

correct. That's why there is that feature request.