Lockboxer
Lockboxer is a configurable fork of Lockbox Rust library that provides easy-to-use, secure, and efficient
encryption and decryption using the AES-GCM (Galois/Counter Mode) algorithm.
It ensures data integrity and confidentiality while offering flexibility for various use cases.
Features
- Simple and intuitive API for encrypting and decrypting data.
- Support for customizable tags, Additional Authenticated Data (AAD), and Initialization Vectors (IV).
- Secure default settings to avoid common cryptographic pitfalls.
- Error handling with detailed, meaningful messages.
Installation
To use Lockboxer in your Rust project, add the following to your Cargo.toml:
[]
= "0.2"
Getting Started
Here’s a quick example to get you started with Lockboxer:
use Vault;