CipherLock - Secure and Smart Password Manager 🔐
CipherLock is a secure, offline password manager designed to help users store and retrieve their credentials effortlessly. Built with Python and Tkinter, it uses AES encryption to keep passwords safe while ensuring user-friendly access to stored data.
🔑 Features:
AES Encryption: Your passwords are securely encrypted before storage.
User-Friendly GUI: A clean and intuitive interface using Tkinter.
Offline Storage: No cloud dependency—your data stays on your device.
Easy Retrieval: Quickly access stored passwords with just a few clicks.
Lightweight & Fast: Works seamlessly without heavy system requirements.
Custom Icons & Themes: Aesthetic design for a smooth experience.
📜 How It Works:
Enter website, username, and password.
Save it, and CipherLock encrypts it automatically.
Retrieve credentials by entering the website name.
📦 Technologies Used:
Python (Tkinter for GUI)
Cryptography (Fernet Encryption)
JSON (Local password storage)
PIL (Image handling for UI)
🚀 Future Enhancements:
Autofill integration with browsers.
Multi-device synchronization (without cloud).
Biometric authentication support.