Fixing hit rate statistics for 10M passwords

Thanks @_cmbuckley !
This commit is contained in:
Ata Hakçıl 2020-06-27 14:17:56 +03:00 committed by GitHub
parent 0400a3ea72
commit fb59921e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Please create an issue and explain what you want to learn, and if its interestin
* 1 Billion credentials boil down to `168.919.919` passwords, and `393.386.953` usernames.
* Most common password is `123456`. It covers roughly `0.722%` of all the passwords. (Around 7 million times per billion)
* Most common 1000 passwords cover `6.607%` of all the passwords.
* With most common 10 million passwords, hit-rate is at `36.28%`.
* With most common 1 million passwords, hit-rate is at `36.28%`, and with most common 10 million passwords hit rate is at `54.00%`.
* Average password length is `9.4822` characters.
* 12.04% of passwords contain special characters.
* 28.79% of passwords are letters only.