SHA1 hashes of email addresses - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: SHA1 hashes of email addresses (/thread-2025.html) |
SHA1 hashes of email addresses - globus - 02-01-2013 So I'm trying to crack some SHA1 hashes of email addresses and oclHashcat-plus (0.12 and/or 0.13) is giving me some issues. I have a powershell script that uses my dictionary of usernames/domains to guess the email address and create the sha1 hash. IE: Generate Email ADDR-> create sha1 hash->compare to hash to crack I generate the same list of potential email addresses to hash and put those into hashcat (as my dictionary) and only get back 15 cracked SHA1 hashes. Any ideas? RE: SHA1 hashes of email addresses - undeath - 02-01-2013 oclhashcat-plus is limited to 15 chars. RE: SHA1 hashes of email addresses - epixoip - 02-01-2013 use hashcat, not oclHashcat-plus RE: SHA1 hashes of email addresses - globus - 02-01-2013 (02-01-2013, 09:35 PM)epixoip Wrote: use hashcat, not oclHashcat-plus Thanks, it's working now. |