Brute Force- Mask,ntml hash?
#2
There is no way to determine the length of a plaintext from the hash. This is true for all hashes, and is by design. You cannot know the length until you have cracked it.

You can use other information outside of the hash -- whether the target environment had a minimum or maximum password length. You can also use statistics from password studies to make an educated guess. But you won't know the exact length of the password until you've cracked it.
~


Messages In This Thread
Brute Force- Mask,ntml hash? - by gorros0 - 10-05-2016, 04:31 PM
RE: Brute Force- Mask,ntml hash? - by royce - 10-05-2016, 05:40 PM