Skip to content

iaraota/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PasswordGenerator

Strong Password Generator

Running script

  • python3 password_generator.py will generate a password with 20 characters containing lowercase and uppercase letters, numbers and common symbols @#$%_-.

Script options

  • -h, --help show this help message
  • --length LENGTH, -l LENGTH Set password length. Default is 20.
  • --lowercase, -lc Remove lowercase characters.
  • --uppercase, -uc Remove uppercase characters.
  • --numbers, -n Remove numbers.
  • --punctuation, -pInclude all punctuation.

About

Strong Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages