Coder Social home page Coder Social logo

password-manager's Introduction

Password Manager

wasp

This is a simple terminal based password manager.

UI_screenshot

Features:

Store any account in an AES encrypted database

First of all, you have to provide a category, siteName, url, username and email for your account to store it in the database. In addition, for the password you can either provide your own password, or let an algorithmen create a strong password for you. After the password creation you can specify the expiration period of your password and every time you want to access that password when it's expired you will get asked to change it.

Access your account data

You can search for your accounts by providing any field value and the manager will display all matched accounts. You then can select an account and the password is copied immediately to the clipboard for further use. Moreover, you can decide to open the provided url in the browser.

Changing/Deleting account data

Of course you are able to change/delete any provided information later on.

Create backup

To create a backup you can specify a backup location or go with the default location (\backup). Furthermore, the backup can be used to restore lost data or for data transfers.

Create print layout

You can create a print layout with all your account data which you can print out to store physically. print_layout

Technical Parts

AES Encryption

  • encrypted files
  • access only with AES Key
  • AES Key generated from master password

CSV database

  • all data stored in a .cvs file
  • simple access
  • easy to encrypt

The whole Password Manager can be stored executed locally on a USB Thumb Drive

Requirements

Python 3.10

See requirements.txt

External libraries:

  • pip~=22.0.3

  • wheel~=0.37.1

  • cryptography~=35.0.0

  • lxml~=4.7.1

  • setuptools~=58.1.0

  • future~=0.18.2

  • pywin32~=302

  • pwinput~=1.0.2

  • pyperclip~=1.8.2

  • colorama~=0.4.4

  • termcolor~=1.1.0

  • prettytable~=2.2.1

  • xlwings~=0.26.3

  • sympy~=1.9

    ©Copyright 2022 by Knowhere-coding
    

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.