Skip to main content

command-line password manager

Project description

fort

fort v1.0

Capture password

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.

Modules

cryptography - to encrypt data before saving in database

pip install cryptography

hashlib - to hash user password before storing in json file

colorama, termcolor - for color

pip install colorama
pip install termcolor

Usage

fort
> Login  # Already created account

  > insert        # insert into database
  > display       # display whole database
  > get           # get selected password and decrypt it
  > logout        # logout of current acount

> Signup # Create new account
> Erase  # Delete account!!!

Development

Still working on this project.

  • The Erase functionality is currently not provided as it creates some issues, will add that in future.
  • More functions like displaying * while typing password will be added after I finish some other projects.
  • 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.

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. License

Change Log

0.0.1 (15/12/2021)

  • First Release

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

pyfort-0.0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distributions

pyfort-0.0.1-py3.7.egg (14.9 kB view hashes)

Uploaded Source

pyfort-0.0.1-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page