
Password Manager
This Java-based application is designed to function as a secure password manager. It supports user account creation and login functionality, with each user maintaining an isolated password vault. Stored credentials are encrypted when the application is closed, ensuring data confidentiality. This project demonstrates core concepts of file I/O, encryption, and basic user authentication.