dice ware implementation for generating password using python!.
PassGen is yet another password generator that generates a random password with more randomness!. Oridinary password generator uses predefined strings and chooses random characters to produce a password. PassGen is a mimic of the dice ware method (matrix method) for generating passwords.
git clone [email protected]:mandarnaik016/PassGen.git
Please see passgen.py -h
for a list of available options.
To generate a password use passgen.py -g 25
where 25
is the length of password.
To generate a password along with entropy use passgen.py -g 25 -e
where 25
is the length of password and -e
to show entropy.
To generate a password along with entropy and level use passgen.py -g 50 -e -l
where 50
is the length of password, -e
to show entropy and -l
to show level.
To generate a password along with entropy, level and combination use passgen.py -g 50 -e -l -c
where 50
is the length of password, -e
to show entropy, -l
to show level and -c
to show password combination.
👤 Mandar Naik
- Website: https://mandarnaik016.github.io/
- Twitter: @_md_naik
- Github: mandarnaik016
- LinkedIn: mandar-naik-65354a186
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Mandar Naik.
This project is GPL v3 licensed.