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 #85

Open
mickeypash opened this issue Aug 15, 2022 · 0 comments
Open

AWS Encryption SDK #85

mickeypash opened this issue Aug 15, 2022 · 0 comments

Comments

@mickeypash
Copy link

Hello!

I'm a newbie when it comes to cryptography but was wondering if aws-encryption-sdk has been considered as a backend? Not the default but rather one of potentially many cloud backends 🤷

At a glance I think for me it solves these questions:

Here's some of the questions it tries to answer according to the docs:

  • Which encryption algorithm should I use?
  • How, or in which mode, should I use that algorithm?
  • How do I generate the encryption key?
  • How do I protect the encryption key, and where should I store it?
  • How can I make my encrypted data portable?
  • How do I ensure that the intended recipient can read my encrypted data?
  • How can I ensure my encrypted data is not modified between the time it is written and when it is read?
  • How do I use the data keys that AWS KMS returns?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant