05-26-2016, 10:54 AM
I cannot find support for iterated SHA-1 (with salt prefix):
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?
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?