enveloper

Crates.ioenveloper
lib.rsenveloper
version0.2.0
sourcesrc
created_at2022-05-26 00:24:23.748924
updated_at2022-05-26 00:24:23.748924
descriptionA very simple envelope encryption library using aes-gcm
homepage
repositoryhttps://github.com/cipherstash/enveloper
max_upload_size
id593860
size108,860
Dan Draper (coderdan)

documentation

README

Enveloper

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

Commit count: 122

cargo fmt