This is a simple password manager built with Java. It allows you to create, manage, and retrieve password records securely using AES encryption.
- Create a password vault
- Sign in to an existing password vault
- Add password records to a vault
- Retrieve password records from a vault
- Java Development Kit (JDK) 11 or later
- Clone the repository or download the project files.
git clone https://github.com/SirZeck/PassVault.git
cd PassVault
- Make sure you have JDK installed.
java -version
- Compile the
PasswordManager.java
file.
javac PasswordManager.java
- Run the compiled Java program.
java PasswordManager
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
- This project is inspired by John Crickett's Coding Challenges