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

Allow FileEncrypt and FileDecrypt to use streams #4

Open
Steven-D-Foster opened this issue Apr 15, 2021 · 0 comments
Open

Allow FileEncrypt and FileDecrypt to use streams #4

Steven-D-Foster opened this issue Apr 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Steven-D-Foster
Copy link
Collaborator

Right now FileEncrypt and FileDecrypt buffer the entire data into memory. Update the commands to use streams to handle the data rather than buffering all of the data into memory. This way VERY large files can be encrypted and decrypted.

@Steven-D-Foster Steven-D-Foster added the enhancement New feature or request label Apr 15, 2021
@Steven-D-Foster Steven-D-Foster self-assigned this Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant