____ __ ___
/ __ \__ __/ |/ /___ _____ ____ _____ ____ _____
/ /_/ / / / / /|_/ / __ `/ __ \/ __ `/ __ `/ _ \/ ___/
/ ____/ /_/ / / / / /_/ / / / / /_/ / /_/ / __/ /
/_/ \__, /_/ /_/\__,_/_/ /_/\__,_/\__, /\___/_/
/____/ /____/
A secure and easy to use password managment application written in Python. Passwords are encypted using AES-256, with Password-Based Key Derivation for ultimate security. Data is stored with sqlite for ease of setup and use.
-
Clone the repository:
git clone https://github.com/judz5/PyManager cd PyManager
-
Intstall required librarys
pip install -r requirements.txt
-
Run the Main Script
python3 main_control.py
If its your first time running the application, be sure to choose option 5 to configure the database before attempting to add any accounts.
https://www.bluespace.tech/blog/evolution-of-password-manager/second-generation-password-manager.html https://cryptobook.nakov.com/symmetric-key-ciphers/aes-encrypt-decrypt-examples