A university project developed to securely store passwords locally using Caesar cipher encryption.
- Password Encryption: Encrypts passwords automatically before writing them to disk.
- Entry Management: Allows users to easily add, edit, and delete password entries.
- Secure Storage: Safely stores all sensitive data in a local file.
- Java: Core logic and Object-Oriented Programming (OOP) principles.
- Java Swing: Graphical User Interface (GUI) design.
- File I/O & Encryption: File handling and basic cryptography (Caesar cipher).