Skip to content

victoni/pass_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Small script that generates a password that satisfies the conditions (uppercase letters, lowercase letters, symbols, numbers) based on an easier, universal one.

usage: pass_gen.py [-h] [-d D] [-c]

optional arguments:
  -h, --help  show this help message and exit
  -d D        the domain for the password
  -c          copies the generated password into your clipboard without printing it

Examples:

$ python3 pass_gen.py -d yahoo
Your bad password: password
Your password:

P)BIMO:3p8

$ python3 pass_gen.py -d facebook
Your bad password: password
Your password:

=)=?@EH6e8

$ python3 pass_gen.py -d yahoo -c
Your bad password: [typing]
$ #copied into your clipboard

password can be cracked instantly using wordlists. P)BIMO:3p8 can be cracked in 53 years (tested here)

About

Small script for password generation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages