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 🔐
- Host: GitHub
- URL: https://github.com/lytexdev/lockbox
- Owner: lytexdev
- License: mit
- Created: 2025-04-29T10:09:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T11:30:40.000Z (about 1 year ago)
- Last Synced: 2025-05-06T18:35:24.587Z (about 1 year ago)
- Topics: aes-256, aes-encryption, lockbox, password-manager
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.