A CLI password manager that stores credentials in your local machine encrypted
- Hope you have installed python or else go and download it from python.org
☺️ - First and formost download the code and unzip it. Simple...
- Change the password in the source code (Length of 16 characters)
- Run
python3 main.py
in Terminal/Command Prompt as this project uses a clear function and prints a lock in text format which may not work properly sometimes 😄 ... - You may see some nonsense when you print the passwords
- Delete these passwords and add your own passwords
- There You Go!!! Don't forget to change this code into an excecutable file 😄
- Please be aware that if any of your passwords are lost or stolen I am not responsible 🙄
- Found a potential vulnerability in code. Not Promoted to use this Application (I may not fix this one. It's a pretty old project 🤐)
- nothinghere.txt stores your credentials so NEVER EVER DELETE IT
- logo.txt stores the splash screen logo!!!
- menu.txt stores the menu items display which you will see when you run the code.
- main.py is the main python script.
- requirments.txt shows which all packages that I have used.