Skip to content

Ggwaghmare/Secure-password-manager-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Secure Password Manager (Core Java)

A simple and secure password manager built using Core Java.
This application stores and retrieves user credentials using AES encryption to ensure data security.


πŸ” Features

  • Add and store credentials securely
  • AES encryption for password protection
  • View saved credentials (after decryption)
  • Input validation and exception handling
  • Console-based user interface

πŸ›  Tech Stack

  • Java (Core Java)
  • AES Encryption (javax.crypto)
  • File Handling

How to Run

Using Eclipse

  1. Download or clone the repo
  2. Open Eclipse β†’ File β†’ Open Projects from File System
  3. Select the PasswordManager folder
  4. Go to src/passwordmanager/Main.java
  5. Right click β†’ Run As β†’ Java Application

Using Command Line

javac -d bin src/passwordmanager/*.java
java -cp bin passwordmanager.Main

About

Secure password manager using AES encryption in Core Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages