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

How to reduce payload size/take advantage of data structure? #230

Open
robin-aws opened this issue Nov 30, 2020 · 0 comments
Open

How to reduce payload size/take advantage of data structure? #230

robin-aws opened this issue Nov 30, 2020 · 0 comments

Comments

@robin-aws
Copy link
Contributor

robin-aws commented Nov 30, 2020

A frequently-asked question is how to reduce the amount of metadata the ESDK message format adds to the encrypted payload (e.g. aws/aws-encryption-sdk-python#309).

This usually comes up in the context of data with more structure, such as database records, where you'd like to be able to share this metadata across multiple encrypted values somehow. Just removing elements of the message format can easily degrade safety, but relocating them or sharing them somehow could be valid and beneficial.

The ESDK is designed to provide easy-to-use, hard-to-misuse encryption of unstructured blobs, and trying to take advantage of structure might be breaking too many fundamental assumptions to be a good idea. This issue is intended to at least collect feature requests in this space, though, and to think about how we can meet this common need.

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