An open API service indexing awesome lists of open source software.

https://github.com/lytexdev/lockbox

🔐 lockbox: Secure password manager with AES encryption 🔐
https://github.com/lytexdev/lockbox

aes-256 aes-encryption lockbox password-manager

Last synced: 3 months ago
JSON representation

🔐 lockbox: Secure password manager with AES encryption 🔐

Awesome Lists containing this project

README

          

# Lock Box

## Overview
Lock Box is a School project which is a secure password manager for storing and organizing your credentials.

## Installation

### Prerequisites
- Java 17 or higher

**Clone the repository**
```bash
git clone https://github.com/lytexdev/lockbox.git
cd lockbox
```

**Build the application**
```bash
javac *.java
```

**Run the application**
```bash
java LockBox
```

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.