Crates.io | enveloper |
lib.rs | enveloper |
version | 0.2.0 |
source | src |
created_at | 2022-05-26 00:24:23.748924 |
updated_at | 2022-05-26 00:24:23.748924 |
description | A very simple envelope encryption library using aes-gcm |
homepage | |
repository | https://github.com/cipherstash/enveloper |
max_upload_size | |
id | 593860 |
size | 108,860 |
Very simple envelope encryption library in Rust using aes-gcm and a KeyProvider
trait. KeyProviders can be implemented for AWS KMS, Azure KeyVault, Hashicorp Vault etc but this library just comes with
a SimpleKeyProvider
that can be used with a local key.
NOTE: This library is very alpha and not yet suitable for production use