Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.03 KB

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:
    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.