-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# top_20million_password | ||
This is a list of the top 20 million most used password. It has been made by cracking passwords in the password list available here : https://haveibeenpwned.com/Passwords. (I've used the ordered by hash ntlm version) The passwords are ordered by frequency. | ||
I've been able to crack 98.45% of the top 20 000 000 passwords. The passwords which have not been cracked are not displayed in the wordlist. The reason why there are fewer than expected passwords in the file is because there are passwords which are similar but don't use the same endoding. I've dedoubled the file to be sure they display only once. |