Skip to content

aryanraj2713/Password-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password-Data-Analysis

If your password is on this list of 10,000 most common passwords, you need a new password. A hacker can use or generate files like this, which may readily be compiled from breaches. Usually, passwords are not tried one-by-one against a system's secure server online; instead, a hacker might manage to gain access to a shadowed password file protected by a one-way encryption algorithm, then test each entry in a file like this to see whether it encrypted form matches what the server has on record. The passwords may then be tried against any account online that can be linked to the first, to test for passwords reused on other sites.

From data we initially get this basic information-

  • Mean length ~= 6.65

  • Mean num_chars ~= 5.03

  • Mean num_digits ~= 1.62

  • Mean num_upper ~= 0.03

  • Mean num_lower ~= 5.005

  • Mean num_special ~= 0.003

  • Mean num_vowels ~= 1.81

  • Mean num_syllables ~= 1.61

  • Minimum password length = 3

  • Maximum password length = 16

Top 10 shortest passwords-

sht-pwd

Top 10 longest passwords-

lg-pwd

Plotting password length data-

plt

Co-relations between diffrent parameters-

htmap

About

Analysis of a dataset of 10000 passwords to find common trends and mistakes people generally make while setting up a password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published