Lock Box is a School project which is a secure password manager for storing and organizing your credentials.
- Java 17 or higher
Clone the repository
git clone https://github.com/lytexdev/lockbox.git
cd lockbox
Build the application
javac *.java
Run the application
java LockBox
This project is licensed under the MIT License. See the LICENSE file for details.