Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 3 KB

README.md

File metadata and controls

68 lines (45 loc) · 3 KB

PassGen

PassGen

dice ware implementation for generating password using python!.

Version License: GPL-3.0 Twitter: @_md_naik

🙉 What's PassGen?

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.

Install

git clone [email protected]:mandarnaik016/PassGen.git

Usage

Please see passgen.py -h for a list of available options.

PassGen help

To generate a password use passgen.py -g 25 where 25 is the length of password.

PassGen generate 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.

PassGen generate password

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.

PassGen generate password

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.

PassGen generate password

Author

👤 Mandar Naik

👐 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

❤️ Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Mandar Naik.
This project is GPL v3 licensed.