nested sha1
#2
For instance the "Redmine Project Management Web App" uses exactly this algorithm, i.e.
sha1 ($salt . sha1 ($pass))

the algorithm is available on both hashcat and oclHashcat with attack mode -m 7600.
The format, as you can see here https://hashcat.net/wiki/doku.php?id=example_hashes , is
Code:
hash:salt


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