What would be the most efficient way to solve this?
#2
For full speed this requires a special designed hash-mode. If you don't mind about performance simply pipe it.

Quote:perl -MDigest::SHA -ne 'printf "%s\n", substr (Digest::SHA:Confusedha1_hex ($_), 0, 26)' < wordlist.txt | ./oclHashcat64.bin ...


Messages In This Thread
RE: What would be the most efficient way to solve this? - by atom - 11-07-2014, 09:08 AM