Author: Henry Keena
Release: 1.0
Date of Release: 9/29/2018
License: MIT License
GitHub: https://github.com/hkeena98/phypass
DESCRIPTION:
Simple and lightweight password generator/manager written in python.
FILES INCLUDED:
- phypass.py
- README.md
- LICENSE
FEATURES:
- Simple text-based interface
- Random password generation
- Phrase based password generation
- Creates and maintains a list file for generated passwords
- Displays README and LICENSE
TODO:
- At some point I'm gonna get around to writing a GUI interface for this.
- Include more functionality as a password manager, including password generation purpose holders and the like.
- I'm going to include password file protection so that stored password generations aren't insecure.
INSTALLATION:
To install phypass, simply run the program from the command console/terminal or whichever prefered python interface you have.
You can also install phypass to run as a native bash command if you want, but we'll leave that up to you.