Locked is an offline password manager application designed to securely store and manage passwords on desktop platforms using strong encryption methods. It ensures your passwords remain private and accessible only to you.
- Secure Storage: Utilizes AES-256 encryption to store passwords securely.
- Offline Mode: Works without internet connectivity, ensuring your data stays local.
- Cross-Platform: Supports Windows and macOS desktop platforms.
- User-Friendly Interface: Simple and intuitive interface for easy password management.
- Python 3.x installed on your system.
- Required Python packages (
cryptography
,tkinter
).
-
Clone the Repository:
git clone https://github.com/AbyTed/Locked.git cd Locked
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python main.py
-
Adding Passwords:
- Enter your username, password, and optionally a website name.
- Click "Submit" to securely store your credentials.
-
Retrieving Passwords:
- Search for a specific website or scroll through your saved passwords.
- Copy passwords directly from Locked to paste into login screens.
-
Backup and Restore:
- Backup your encrypted passwords locally or to a USB drive for safekeeping.
- Restore from a backup file if needed.
- Master Password: Uses a strong master password for encryption key derivation.
- Encryption: Implements AES-256 encryption for data security.
- Backup: Encourages regular backups of encrypted password data.
We welcome contributions to improve Locked. To contribute:
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Commit your changes and push to your fork.
- Submit a pull request detailing your changes.
Please follow our Contribution Guidelines for more details.
Locked is licensed under the MIT License. See LICENSE for details.
For support or inquiries about Locked, please contact us at [email protected].