PASSWDB A secure password manager in python, using AES algorithm to encrypt passwords. Preview 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