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:
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