Skip to content

Knowhere-coding/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

This is a simple terminal based password manager.

Topics

Resources

Stars

Watchers

Forks

Languages