Removing Bad Hashes
#8
With the LinkedIn list it would be very difficult (outside the realm of probability) to detect that those hashes were not crackable, because they are valid hashes by all accounts. They were the right length and contained the correct characters.

For mixed hashes it's even more difficult because it's impossible to distinguish between e.g. lm, nt, md4, md5, double md5, md5 of sha1, whatever.

If you know for certain that you have a list of SHA1 hashes plus maybe some other garbage, the best you can do is something like: egrep '^[a-f0-9]{40}$' list >cleanlist But that wouldn't help in a LinkedIn-type scenario.
Reply


Messages In This Thread
Removing Bad Hashes - by Hash-IT - 07-07-2012, 04:40 PM
RE: Removing Bad Hashes - by undeath - 07-07-2012, 07:08 PM
RE: Removing Bad Hashes - by Hash-IT - 07-07-2012, 07:55 PM
RE: Removing Bad Hashes - by undeath - 07-07-2012, 10:50 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 01:18 AM
RE: Removing Bad Hashes - by radix - 07-08-2012, 06:20 AM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 11:38 AM
RE: Removing Bad Hashes - by epixoip - 07-08-2012, 01:45 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 01:58 PM
RE: Removing Bad Hashes - by undeath - 07-08-2012, 04:52 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 07:10 PM
RE: Removing Bad Hashes - by M@LIK - 07-08-2012, 04:53 PM
RE: Removing Bad Hashes - by M@LIK - 07-08-2012, 07:36 PM
RE: Removing Bad Hashes - by Carlene - 08-21-2012, 03:11 PM