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

Changes to AES zip handling to better handle stream read attempts only returning partial data #308

Merged
merged 2 commits into from
Jan 21, 2019

Commits on Jan 20, 2019

  1. Attempt to get AES decryption working in the case where reading the u…

    …nderlying stream returns less data than requested.
    Numpsy committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    c328b3c View commit details
    Browse the repository at this point in the history
  2. Unit test for reading an AES encrypted zip from a stream whose reads …

    …return less than the requested data.
    Numpsy committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    830f42a View commit details
    Browse the repository at this point in the history