Skip to content

aaronkerckhoff/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure password generator

This project generates secure 15-character passwords using cryptographic randomness. After generation, the password is being checked for the following criteria:

  • At least one uppercase letter
  • At least one lowercase letter
  • At least one number
  • At least one special character

The generated password meeting all the above criteria is then being copied to the clipboard.

Libraries

requirements.txt

Install libraries

pip install -r requirements.txt

Usage

python3 main.py

You can bind main.py to some keybind to always generate a new secure password.

About

Secure password generator using cryptographic randomness.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages