Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.84 KB

File metadata and controls

31 lines (20 loc) · 1.84 KB

AWS Database Encryption SDK for DynamoDB

build status crates.io docs rustc

This is the official AWS Database Encryption SDK (DB-ESDK) for DynamoDB in Rust.

Overview

The AWS Database Encryption SDK (DB-ESDK) for DynamoDB is a client-side encryption library that allows you to perform attribute-level encryption, enabling you to encrypt specific attribute values within items before storing them in your DynamoDB table. All encryption and decryption are performed within your application. This lets you protect sensitive data in-transit and at-rest, as data cannot be exposed unless decrypted by your application.

For more details about the design and architecture of the DB-ESDK for DynamoDB, see the AWS Database Encryption SDK Developer Guide.

Examples for AWS Database Encryption SDK in Rust

Please look at the Examples on how to use the AWS Database Encryption SDK in Rust here.

Please note that some examples MAY require internet access and valid AWS credentials, since calls to KMS are made.

License

This library is licensed under the Apache 2.0 License.