https://github.com/lakshay1341/password-manager
Password Manager is a simple and secure application designed to store and manage your passwords. Developed using Java, it employs AES encryption to ensure that your passwords are stored securely. The application features a console-based interface for adding and retrieving passwords.
https://github.com/lakshay1341/password-manager
cybersecurity-projects encryption-tool java passwordmanager programming
Last synced: 9 days ago
JSON representation
Password Manager is a simple and secure application designed to store and manage your passwords. Developed using Java, it employs AES encryption to ensure that your passwords are stored securely. The application features a console-based interface for adding and retrieving passwords.
- Host: GitHub
- URL: https://github.com/lakshay1341/password-manager
- Owner: lakshay1341
- License: mit
- Created: 2024-09-10T18:43:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:47:53.000Z (7 months ago)
- Last Synced: 2025-03-27T15:55:22.549Z (26 days ago)
- Topics: cybersecurity-projects, encryption-tool, java, passwordmanager, programming
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Manager
## Description
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.## Features
- Add new passwords for different sites.
- Retrieve stored passwords.
- Secure storage using AES encryption.## Technologies Used
- Java
- AES Encryption## Setup Instructions
1. **Clone the repository:**
```bash
git clone https://github.com/lakshay1341/PasswordManager.git
cd PasswordManager
2. **Compile the Java files:**
javac PasswordManager.java
3. **Run the application:**
java PasswordManager### Usage
**Add Password:**
1. Choose the “Add Password” option.
2. Enter the site name and password.
3. The password will be encrypted and stored securely.**Retrieve Password:**
1. Choose the “Retrieve Password” option.
2. Enter the site name.
3. The stored password will be decrypted and displayed.