Password Manager is a simple and secure application to store and manage your passwords. It uses AES encryption to ensure that your passwords are stored securely. This project is developed using Java and provides a console-based interface for adding and retrieving passwords.
- Add new passwords for different sites.
- Retrieve stored passwords.
- Secure storage using AES encryption.
- Java
- AES Encryption
- Clone the repository:
git clone https://github.com/lakshay1341/PasswordManager.git cd PasswordManager
- Compile the Java files: javac PasswordManager.java
- Run the application: java PasswordManager
Add Password:
- Choose the “Add Password” option.
- Enter the site name and password.
- The password will be encrypted and stored securely.
Retrieve Password:
- Choose the “Retrieve Password” option.
- Enter the site name.
- The stored password will be decrypted and displayed.