oclHashcat-lite : New Feature : Zero-length password hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html) +--- Thread: oclHashcat-lite : New Feature : Zero-length password hashes (/thread-1252.html) |
oclHashcat-lite : New Feature : Zero-length password hashes - atom - 06-08-2012 This is just a simple skip if the hash is known as "empty". For example:
These hashes were uncrackable for oclHashcat-lite in the past. Nearly all hash-types are support. With one restriction. If its a salted hash-type, this works only for these hash-types that allow empty salts. There are also plans to add these, but this requires to add some 3rd party library. Polarssl would be a good choice since its well written and the license is compatible... |