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
📣 Note: This repository contains the source code and related files for all
language implementations of the AWS Database Encryption SDK for DynamoDB.
See our supported languages section for more information.
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.
If you discover a potential security issue in this project
we ask that you notify AWS/Amazon Security via our
vulnerability reporting page.
Please do not create a public GitHub issue.
Support Policy
See Support Policy for details
on the current support status of all major versions of this library.
Giving Feedback
We need your help in making this SDK great.
Please participate in the community and contribute to this effort by
submitting issues,
participating in discussion forums and
submitting pull requests through the following channels:
Submit issues
- this is the preferred channel to interact with our team
Ask questions on AWS re:Post under AWS Crypto Tools tag
Getting Started
Repository structure
This repository is a top level repository which houses all source code in order to compile this library into
different runtimes.
This library is written in Dafny, a formally verifiable programming language that can be compiled into
different runtimes. This library is currently ONLY supported in Java, .NET and Rust.
AWS Integration
You need an Amazon Web Services (AWS) account to use the DB-ESDK for DynamoDB as it's specifically designed to work with Amazon DynamoDB. Optionally, you can use AWS Key Management Service (AWS KMS) as your main keyring provider.
To create an AWS account, go to
Sign In or Create an AWS Account
and then choose I am a new user.
Follow the instructions to create an AWS account.
(Optional) To create a key in AWS KMS, see
Creating Keys.