aws_kms_crypt 0.1.0

Library for encrypting and decrypting secrets within the AWS ecosystem.
Documentation

A Rust implementation of aws-kms-crypt – a cross-language utility for encrypting and decrypting secrets with the AWS KMS service.

Features

  • Simple APIs for encrypting and decrypting secrets
  • Interoperable implementations for multiple languages (Shell, Node, Python and Rust)
  • Envelope Encryption with AES-128-CBC and KMS generated data keys

See https://github.com/sjakthol/aws-kms-crypt for general information about the library.