Giter Club home page Giter Club logo

password-manager's Introduction

Password manager


A password manager to store multiple passwords for multiple users. All the passwords are encrypted before stored and a user cant access other users informations.

Made by Luis Otávio Last Commit License


Table of Contents


🚀 Getting Started

Prerequisites

Clone

  • Clone this repo using in the terminal:
git clone [email protected]:luis705/password-manager.git

Install python

  • Windows

    Go to python.org, download the installer and run it.

  • Linux

    Type on terminal:

sudo apt-get install python3

Install required packages

Open the terminal and run

pip install cryptography PyQt5

Using

To use the manager just open the terminal and run main.py with

python3 main.py

In case you want to execute the GUI version run the file gui.py

pythohn3 gui.py

📋 Features

  • Multiple users
  • Passwords are stored encrypted with a diferent key for each user
  • Options to add or remove user
  • Options to add remove, update and check password for a given service
  • Option to check registered services
  • GUI

To Do

  • Avoid SQL injection attacks

Built with

  • Core

    Python - a easy to learn, but powerfull programming language

  • Storage

    SQLite - a small, fast, self-contained, high-reliability, full-featured, SQL database engine.

  • GUI

    PyQt5 - Bidings for the QtCompany's Qt application framework implemented as python modules


📝 License

License

This project is licensed under the MIT license - see the LICENSE file for details

password-manager's People

Contributors

luis705 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.