A brute-force approach and a dictionary approach are two completly different methods. The former simply tries all combinations of characters starting with a single character password and working up to longer lengths. The later uses only words from a dictionaly in various combinations.
Since you've asked for a tool to "test my password" presumably you know what the plaintext is. To determine whether it is subject to a dictionary attack it is simply a matter of checking to see if the password is composed of one or more words. Whether it is subject to a brute -orce attack is a function of how long the password is and what encryption method is used. A DES password is probably crackable, but an 8 char or more MD5 password probably isn't.
Main Topics
Browse All Topics





by: sunray_2003Posted on 2003-10-10 at 07:12:44ID: 9527816
Computurk ,
Sorry answering these kind of questions is totally against EE agreement ....
Sunray