v0.0.5
Command line application created in python with json and sqlite to easy store password. The stored data will be encrypted so only the person with master key will be able to access it.
The data will be stored at the execution location. So if you execute the program within USB drive path, the data will be stored in the drive. You can take your data anywhere with this.
From PyPI
pip install pyfort
sudo pip3 install pyfort
From github
# Clone project
git clone https://github.com/a-tharva/fort && cd fort
# Installation
python3 setup.py install
# Installation Linux
sudo python3 setup.py install
# Run setup
fort

fort
[Login / Signup / Erase / Ctrl+C]
Login: Already created account
Signup: Create new account
Erase: Delete account!!!
Login:
[display / get / help / insert / logout / replace]
display: display whole database
get: get selected password and decrypt it
help: print help context
insert: insert into database
logout: logout of current acount
replace: replace element from table
Still working on this project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
git checkout -b feature/Feature)git commit -m 'Add some Feature')git push origin feature/Feature)Distributed under the MIT License. License