Git Product home page Git Product logo

passwordmanager's Introduction

Password Manager

Features

Database

Local database with a Master Password to access the database.

Ciphered Passwords

Passwords loaded into the database will be encrypted. And will be decrypted only for viewing through this program.

Password Generator

Create a random password for each username that complies with present password requirements, you don't need to reuse your own passwords.


Setup

Clone repo

git clone https://github.com/AbdulmohsenA/PasswordManager

install requirements.txt

pip install requirements.txt

Procedure

Run setup.py to initialize your secret info (Master password, KEY, etc..). setup.py will delete itself after the first run, so choose your password wisely.
After that. Use PasswordManager.py to start using the program.


TODO

Functionality

  • Finish Database: Complete the main objective
  • Delete passwords: Add a functionality to delete the passwords
  • Clear database: clear the whole database
  • Change master password: Make a function to change the master password

Security

  • Secure the admin password: Salt the login and hash it
  • Cipher the stored passwords: Encrypt them in the database and decrypt them only when printing them
  • Only door is this program: Make it so that the only way to see the data in the db is through this program (SEE ext)

Adjustments

  • Cleanup: Optimize the code
  • UI/UX: Enhance UI design

passwordmanager's People

Contributors

abdulmohsena avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.