You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I want to encrypt a streaming input to a streaming output, without having to hold the entire large buffer in memory at any given time. I noticed that this fernet library does not seem to support this currently (though please correct me if I am wrong on this).
I plan to hack together a solution that uses this library as much as possible, but does support streaming encryption. If I do so, are you interested in considering such a feature for merging back into the main library?
If so, I can try to put together a pull request for it. If not, I'll save my time and just get my own application working.
The text was updated successfully, but these errors were encountered:
For anyone looking for something similar. I just hacked together a decrypt function in Node. It could easily changed Node crypto's streams. Here is the untested node decrypt code..
I have a project where I want to encrypt a streaming input to a streaming output, without having to hold the entire large buffer in memory at any given time. I noticed that this fernet library does not seem to support this currently (though please correct me if I am wrong on this).
I plan to hack together a solution that uses this library as much as possible, but does support streaming encryption. If I do so, are you interested in considering such a feature for merging back into the main library?
If so, I can try to put together a pull request for it. If not, I'll save my time and just get my own application working.
The text was updated successfully, but these errors were encountered: