Skip to content

Demo project to generate random passwords according to a template

License

Notifications You must be signed in to change notification settings

monotropos/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passgen

Demo project to generate random passwords according to a template

Usage

passgen.py <template> <number of iterations> where template can be any combination of characters l, c, v, n and s.

  • l: any letter, consonant or vowel
  • c: consonant
  • v: vowel
  • n: number
  • s: symbol

Example: passgen.py cvcvnnsll can produce a password like 'toki34~Az', 'KIbA10_Ux' or 'nasa71$er'.

About

Demo project to generate random passwords according to a template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages