You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Database Encryption SDK (DB-ESDK) for DynamoDB is a client-side encryption
15
+
library that allows you to perform attribute-level encryption, enabling you to encrypt specific
16
+
attribute values within items before storing them in your DynamoDB table. All encryption and
17
+
decryption are performed within your application. This lets you protect sensitive data in-transit
18
+
and at-rest, as data cannot be exposed unless decrypted by your application.
19
+
20
+
For more details about the design and architecture of the DB-ESDK for DynamoDB,
21
+
see the [AWS Database Encryption SDK Developer Guide](https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/).
22
+
23
+
## Examples for AWS Database Encryption SDK in Rust
24
+
25
+
Please look at the Examples on how to use the AWS Database Encryption SDK in Rust [here](https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/examples).
26
+
27
+
Please note that some examples MAY require internet access and valid AWS credentials, since calls to KMS are made.
28
+
29
+
## License
30
+
31
+
This library is licensed under the Apache 2.0 License.
0 commit comments