command-line password manager
Project description
fort
v0.0.5
About
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.
- Note : The data will be stored at the execution path, so keep in mind where you execute/call program from.
Installation
From PyPI
pip install pyfort
- For Linux
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
Usage
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
Development
Still working on this project.
- Next version will store everything in sqlite database instead of storing user details in json file.
- Copy Key option will be added to store key seperate as user want.
- Password / username / website name rename feature will be added in next version
Contributing
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request
License
Distributed under the MIT License. License
Change Log
0.0.1 (15/12/2021)
- First Release
0.0.2 (27/12/2021)
- Format changes
- Printing table in sql table format
0.0.3 (17/1/2022)
- Fixed and modified how encryption key is generated
0.0.5 (28/1/2022)
- UI update
- v0.0.4 final
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pyfort-0.0.5.tar.gz
.
File metadata
- Download URL: pyfort-0.0.5.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53771279f5c63bebe6666f09276e39b54b1baa93695261af23f0a79e3b5a4fd7 |
|
MD5 | 9377b3f935eeded01a2dc19ae8537665 |
|
BLAKE2b-256 | 2ae0d54183a22521ec5ff16d8ea202a1e12b263fa186f1a72e8f89ec12e3101b |
File details
Details for the file pyfort-0.0.5-py3.7.egg
.
File metadata
- Download URL: pyfort-0.0.5-py3.7.egg
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 266af9704fe578594ecf4b4d7a1932bf7e40625b758ac2271c0329ab76d076ef |
|
MD5 | 40c280293284ea5b96d0a3b16a2f8e8c |
|
BLAKE2b-256 | d7594bc9f0190d419ef4d6385e866d0cad71dcbfe98615c22bae8b253dce406f |
File details
Details for the file pyfort-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pyfort-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f63b7b19405c7c928971aa612accee7fd0fca70461970b982dd20e35d2d0600a |
|
MD5 | 4e15ea2c92abc8bad4e06c2596785aae |
|
BLAKE2b-256 | 4f8f894aed5b789f50e999337e64c9b884a421b19927f1cc2b8e0afba3a767da |