It is worth noting that this is just an example. for the sake of simplicity, we lock the password character into 26 lower-case letters, 26 upper-case letters, and 10 digits (I believe it should be appropriate for most passwords, I don't know which BT friend has punctuation marks? Haha ......), However, we only test the password with four or less digits. The principle is the same when the number of digits increases, but the possibility of cracking is greatly reduced. let's talk about it later.
In this way, a series of dictionary files are generated under the dic Directory.
Now, let's create an MD5 random password:
In the program, you can add the code to check the running time to know how long it takes to crack an MD5 password with 62 characters and four characters...
Before the test, what should we do first?
Also, the default value is about 537M ~~
It takes about 15 minutes to generate a dictionary (on my PIII733 256 M memory)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.