Skip to content
/ dyno Public

Dyno is a simple library for encrypting DynamoDB items

License

Notifications You must be signed in to change notification settings

RealImage/dyno

Repository files navigation

Dyno

CI 🏗 Go Reference

Encrypt and decrypt DynamoDB primary key attribute values. You can either use AWS KMS (you don't manage keys, but its expensive) or a cipher with your own key. AES-GCM and ChaCha20-Poly1305 are supported.

Use it to ecnrypt last evaluated key values from DynamoDB Query responses. Clients can use these encrypted opaque values to paginate through queries.

License

Dyno is available under the terms of the MIT license.

Qube Cinema © 2023, 2024