Min/Max Password Length
#2
there is no minimum length, except for specific algorithms like WPA which require a minimum length.

the maximum length for oclHashcat-plus is currently 15 characters, not 16 characters. however, the next version will remove this optimization and allow for password candidates greater than 15 characters.

i believe most all of the algorithms allow for a single block of input data. the length of which varies based on the algorithm. for md4 and md5, this would be 51 characters. for sha1 and sha256, this would be 55 characters. for sha512, this would be 111 characters.


Messages In This Thread
Min/Max Password Length - by liquiz - 07-24-2013, 02:14 PM
RE: Min/Max Password Length - by epixoip - 07-24-2013, 02:23 PM
RE: Min/Max Password Length - by undeath - 07-24-2013, 06:29 PM
RE: Min/Max Password Length - by liquiz - 07-24-2013, 11:23 PM