Skip to content

noamraph/passwordgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

passwordgen

Generate secure and easy to type passwords.

The passwords have no more than two consecutive characters from the same side of the keyboard, and no capitalized characters, which makes them relatively easy to type.

passwordgen also calculates the strength of your password. A password with 8 characters (the default) has 42 bits of entropy, which means that it will take 70 years for someone who can check a thousand passwords every second to find your password, given that he knows that you used passwordgen.

Passwords are created using the operating system random source (os.urandom).

About

Generate secure and easy to type passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages