d8-contrib-modules / file_encrypt

DEPRECATED - D8 File Encrypt moved to Drupal.org
https://www.drupal.org/project/file_encrypt
0 stars 2 forks source link

Streaming requirement #5

Open nerdstein opened 8 years ago

nerdstein commented 8 years ago

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:

dawehner commented 8 years ago

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

dawehner commented 8 years ago

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 commented 8 years ago

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

TravisCarden commented 7 years ago

This issue can be closed now, @nerdstein.