Pass Manage
How it works:
- Set a password that is hashed with SHA256
- That hash of the password is the AES key to encrypt passwords
- The hash of the password is AES encrypted using itself
- To add or get passwords, you need the master password's hash
To use:
- git clone https://github.com/josephreilly22/passwordmanagercli.git
- Run "python passmanage.py" or "python3 passmanage.py"
- Set master password
- All ready to set and retrieve passwords