AES encrypted ZIP files and Tombo CHI encryption file support #156
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements a proof of concept to allow reading and writing of encrypted files (#99).
Missing is a way to set (and unset) password, this demo picks up the password from the operating system environment variable
DEBUG_CRYPTO_KEY(and if missing defaults to "test").Also there is no error reporting to the client on bad passwords, there is currently no reporting to the client for any error (see #152)
The change also includes workarounds (or solutions) for:
I have no idea how to tackle: