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

Complete streaming support for Browsers #229

Open
seebees opened this issue Oct 29, 2019 · 0 comments
Open

Complete streaming support for Browsers #229

seebees opened this issue Oct 29, 2019 · 0 comments

Comments

@seebees
Copy link
Contributor

seebees commented Oct 29, 2019

The Encryption SDK should support streaming for large files.

The message is already framed,
so the fact that AES-GCM operations in WebCrypto are one-shot is not an issue.
This is actually a benefit since a partial decrypt of AES-GCM
without verifying the MAC is a security issue.
However, all the WebCrypto APIs are one-shot.
Streaming the signature or digest functions is not supported.

This issue is to track all streaming support,
and sub issues can be opened to address specific parts
or point solutions.

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