Skip to content

A secure password manager in python, using AES algorithm to encrypt passwords.

License

Notifications You must be signed in to change notification settings

SAJAD-net/passwdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PASSWDB

A secure password manager in python, using AES algorithm to encrypt passwords.

Preview

passwdb1 passwdb2

Installation and usage

1- Clone the repository into your system:

git clone https://github.com/SAJAD-net/passwdb.git

2- Cd to the passwdb directory:

cd passwdb

3- Install the necessary libraries:

pip3 install -r requirements.txt

4- Cd to the app directory:

cd app

5- Finally, run passwdb:

python3 passwdb.py