Skip to content

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.

License

Notifications You must be signed in to change notification settings

lakshay1341/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages