Categorygithub.com/aws/aws-encryption-sdk/releases/go/encryption-sdk
module
0.1.1
Repository: https://github.com/aws/aws-encryption-sdk.git
Documentation: pkg.go.dev

# README

AWS Encryption SDK for Go

This is the official AWS Encryption SDK for Go.

CHANGELOG

Overview

The AWS Encryption SDK enables secure client-side encryption. It uses cryptography best practices to protect your data and protect the encryption keys that protect your data. Each data object is protected with a unique data encryption key, and the data encryption key is protected with a key encryption key called a wrapping key. The encryption method returns a single, portable encrypted message that contains the encrypted data and the encrypted data key, so you don't need to keep track of the data encryption keys for your data. You can use KMS keys in AWS Key Management Service (AWS KMS) as wrapping keys. The AWS Encryption SDK also provides APIs to define and use encryption keys from other key providers.

For more details about the design and architecture of the AWS Encryption SDK, see the AWS Encryption SDK Developer Guide.

Installation

go get github.com/aws/aws-encryption-sdk/releases/go/encryption-sdk@latest

Examples for AWS Encryption SDK in Go

Please look at the Examples on how to use the Encryption SDK in Go 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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author