Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Encryption SDK support for Go #250

Open
brianterry opened this issue Aug 22, 2022 · 3 comments
Open

AWS Encryption SDK support for Go #250

brianterry opened this issue Aug 22, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@brianterry
Copy link

Go is not currently supported in the SDK, and I think it would be valuable to the end user.

Customers have been asking for this for more than two years. See the example below.

https://stackoverflow.com/questions/64306086/aws-encryption-sdk-for-go

@texastony texastony added the enhancement New feature or request label Sep 20, 2022
@markandrus
Copy link

We have Go code that would benefit from this. Current options we've considered:

  • Bind to the C implementation. 😰
  • Make IPC calls to the other language implementations. 🤔

@wobondar
Copy link

wobondar commented Nov 10, 2023

I've been waiting for Go support for too long, so I decided to implement it myself.

features:

  • Message Format Version 1 and 2
  • AWS KMS Master Key Provider with a discovery filter
  • Raw Master Key provider using static keys
  • Comprehensive e2e tests ensuring compatibility with aws-encryption-sdk-cli

https://github.com/chainifynet/aws-encryption-sdk-go

@wobondar
Copy link

I have just released v0.2.0 with the support of Message Format Version 1 and related algorithms.

https://github.com/chainifynet/aws-encryption-sdk-go/releases/tag/v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants