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

Feature/encrypted files #39

Closed
wants to merge 6 commits into from

Commits on Aug 9, 2016

  1. Add failing test case - zip file containing encrypted zero-byte file

    It fails because compressionMethod is 0 because the file is empty, but compressedSize is non-zero because the file is encrypted
    Maarten Winter committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7a6ff30 View commit details
    Browse the repository at this point in the history
  2. Fix: Unexpected 'compressed/uncompressed size mismatch' error when tr…

    …ying to read zip containing an encrypted zero-byte file
    Maarten Winter committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    19e2d88 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Alter openReadStream so it returns an error when trying to read an en…

    …crypted file. Update tests to assert that encrypted files don't get read
    Maarten Winter committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    2773cbe View commit details
    Browse the repository at this point in the history
  2. Introduce Entry.prototype.isEncrypted

    Maarten Winter committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    49d5be9 View commit details
    Browse the repository at this point in the history
  3. Update README for 'No Encryption support' - trying to extract encrypt…

    …ed files now triggers an error instead of extracting the still-encrypted bytes
    Maarten Winter committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    d7c1c73 View commit details
    Browse the repository at this point in the history
  4. Make sure git creates onebyte-encrypted folder

    Maarten Winter committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    924437e View commit details
    Browse the repository at this point in the history