nested sha1
#1
Hey guys, I have a function for generating hashes and it looks like that:

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

Is there a clever way of telling hashcat to crack such combination?

EDIT: the obvious one would be to perform sha1($str) first, but with big dictionaries it can take ages (or is there any good gpu-based software which can speed up whole process?)


Messages In This Thread
nested sha1 - by d2 - 12-22-2015, 01:32 AM
RE: nested sha1 - by philsmd - 12-22-2015, 11:11 AM
RE: nested sha1 - by d2 - 12-22-2015, 12:29 PM