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

Streaming requirement #5

Open
1 task
nerdstein opened this issue May 26, 2016 · 4 comments
Open
1 task

Streaming requirement #5

nerdstein opened this issue May 26, 2016 · 4 comments

Comments

@nerdstein
Copy link
Contributor

nerdstein commented May 26, 2016

Currently, the encrypt stream supports block-level streaming (read file in, encrypt it, write it, close the stream). Some encryption algorithms have support for streaming, which will perform encryption incrementally as the file is read.

One approach is evaluating/copying the interface from halite.

Tasks:

  • Ensure that the streaming requirement/suggestion is documented properly inside README.md + hook_requirements
@dawehner
Copy link
Contributor

dawehner commented Jun 1, 2016

Added the issue in the encrypt issue queue to support us here: https://www.drupal.org/node/2738647

@dawehner
Copy link
Contributor

Here is a start of a PR. Of course, the encrypt site of things first needs to be done, before we can continue here.

@TravisCarden
Copy link
Contributor

I took a stab at this by converting to use stream filters in #23.

@TravisCarden
Copy link
Contributor

This issue can be closed now, @nerdstein.

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

3 participants