KeepitSafe
It's a secure way to save your passwords. Most of the people save their password as plain text which it's not safe. Now you'll need to remember only one password for all of your passwords.
Technical Information
KeepitSafe coded with python. It uses sqlite3 as database engine and AES for the encryption method.
Installation
git clone https://github.com/serdarot5/KeepitSafe.git
sudo python install.py
pip install pycrypto
Usage
- For help
keepitsafe -h
- For save new login info (If you are not registered in program you need to set a password)
keepitsafe -n
- For see all saved login info
keepitsafe -s
- For update login info
keepitsafe -u
- For delete login info
keepitsafe -d
Development Plan
- Linux user interface
- Windows entegration
- Windows user interface
- Android entegration
- Android user interface
- Change the installation method
How to contribute?
You can create an issue on github for requests and bug reports and also you can send me pull request for your code
Github Repository
https://github.com/serdarot5/KeepitSafe
Posted on Utopian.io - Rewarding Open Source Contributors