Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 872 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 872 Bytes

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