This is a simple terminal based password manager.
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.
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.
Of course you are able to change/delete any provided information later on.
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.
You can create a print layout with all your account data which you can print out to store physically.
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
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