-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Added the issue in the encrypt issue queue to support us here: https://www.drupal.org/node/2738647 |
Here is a start of a PR. Of course, the encrypt site of things first needs to be done, before we can continue here. |
Merged
I took a stab at this by converting to use stream filters in #23. |
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
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:
hook_requirements
The text was updated successfully, but these errors were encountered: