An open API service indexing awesome lists of open source software.

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.

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.