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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I have a zip that has some entries encrypted with AES-256 AE-2. I want to update the unencrypted values and leave the encrypted ones alone.
Currently this doesn't work because the vendor number is always set to AE-1 in ZipEntry.Write.cs line 450.
This causes the encrypted entries to become unreadable.
There are two possible solutions:
support SE-2 as a encryption format
read the vendor number and don't update it when saving the archive
The text was updated successfully, but these errors were encountered:
Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where we merge PRs and where the merging of PRs causes nugets to be pushed automatically (if you bump the version number in your PR). I'll leave this issue open until someone (or yourself) fixes it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a zip that has some entries encrypted with AES-256 AE-2. I want to update the unencrypted values and leave the encrypted ones alone.
Currently this doesn't work because the vendor number is always set to AE-1 in ZipEntry.Write.cs line 450.
This causes the encrypted entries to become unreadable.
There are two possible solutions:
The text was updated successfully, but these errors were encountered: