Author: Bocaletto Luca
Password Manager is a simple Python application for securely storing and managing your passwords. It uses PyQt5 for the graphical user interface and SQLite for database storage. Passwords are encrypted using the Fernet encryption library, ensuring the security of your sensitive data.
- Store and manage passwords for various services.
- Data is stored in an SQLite database for easy retrieval.
- Passwords are encrypted with Fernet for added security.
- User-friendly graphical user interface (GUI).
Before using Password Manager, make sure you have the following dependencies installed:
- Python 3.x
- PyQt5
- cryptography
You can clone this repository to your local machine using Git. Run the following command in your terminal.
Maintainer Update
All legacy projects from the old @Elektronoide
GitHub account are now officially maintained by @bocaletto-luca. Please direct any issues, pull requests, and stars to @bocaletto-luca for all future updates.