lockbox is a secure application that allows users to encrypt and decrypt files
- Secure login with AES-256 encryption
- Encrypt and decrypt files using the age crate
- Detailed file and encryption information
- User-friendly interface
- Rust and Cargo installed on your machine
- Mac OS
-
Clone the repository:
git clone https://github.com/dyga01/lockbox.git cd lockbox -
Create the necessary directory and secret key file:
mkdir -p ~/Library/Application\ Support/lockbox echo -n "anexampleveryverysecretkey12345678" > ~/Library/Application\ Support/lockbox/secret_key cat ~/Library/Application\ Support/lockbox/secret_key
-
Build and run the project:
cargo run
The first time you run the application, you will be prompted to enter a username and password. These credentials will be stored securely and used for future logins.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request.
