hashcat Forum
Support recovery of passwords of length 16 and above - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Support recovery of passwords of length 16 and above (/thread-785.html)

Pages: 1 2 3


Support recovery of passwords of length 16 and above - arex1337 - 01-03-2012

As I understand this Wiki section, oclHashcat is, by design, unable to recover passwords of length 16 and above.

I assume this allows for some optimizations in the hashing algorithms, which obviously is good, but ideally it would be a switch or option of some sort.


RE: Support recovery of passwords of length 16 and above - Hash-IT - 01-03-2012

This is mentioned occasionally and it is an old request of mine. I perhaps should add this to the wiki request page as "Pending" and await atoms reply.

However I don't think atom is keen to implement it as it will involve a lot of work, re-writing etc.


RE: Support recovery of passwords of length 16 and above - Kgx Pnqvhm - 01-03-2012

The way I request that is where dictionaries are supported, longer passwords should be, too.
Brute forcing beyond 15 characters isn't so productive, but working with dictionaries is.
It may be more feasible to add multiple dictionaries with per-dictionary rules to CPU hashcat, than to increase the limits of a GPU hashcat.


RE: Support recovery of passwords of length 16 and above - arex1337 - 01-03-2012

Good points. Looking forward to hear from atom Smile


RE: Support recovery of passwords of length 16 and above - atom - 01-03-2012

this have been discussed very often. i can not increase the support easily. its to much code change. well, maybe for brute-force, but on there its useless.


RE: Support recovery of passwords of length 16 and above - forumhero - 01-11-2012

does cpu hashcat support more than 15 char?


RE: Support recovery of passwords of length 16 and above - atom - 01-11-2012

yes


RE: Support recovery of passwords of length 16 and above - Kgx Pnqvhm - 01-11-2012

Maybe add a note in the wiki about the other hashcats that 'lite can do longer than 15 characters, though brute force only.


RE: Support recovery of passwords of length 16 and above - thorsheim - 05-16-2012

For most purposes, I don't see the need for expanding length support beyond 15. Especially when we have it in -lite.

If it is a major code change and/or a major hit to performance I'd rather see distributed computing and/or increment bruteforce to plus (and lite?).


RE: Support recovery of passwords of length 16 and above - atom - 05-16-2012

I did some tests. For example, due to its caching architecture, if we want to support 64 char passwords with oclHashcat-plus it will require 16gb host memory. Otherwise it wont start. The speed dropped from ~ 3000Mhash/s to ~ 1800Mhash/s. If we choose to support 32 char only its 8gb host memory and ~2400Mhash/s.