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

Make encryption work with zip files #196

Merged
merged 10 commits into from
Oct 24, 2024
Merged

Make encryption work with zip files #196

merged 10 commits into from
Oct 24, 2024

Commits on Oct 15, 2024

  1. Fix encryption for zip files

    twiggler committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7822951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bcb7f2 View commit details
    Browse the repository at this point in the history
  3. Add typing to decrypter

    twiggler committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b822b20 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    45a6371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfe1e0 View commit details
    Browse the repository at this point in the history
  3. Use semantically clearer exception type

    This type inherits from OSError so ZipFile can still detect that the stream lacks seek support
    twiggler committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    608fa64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9079bdb View commit details
    Browse the repository at this point in the history
  5. Fix typing

    twiggler committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fb3037a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Make boolean typing explicit

    twiggler committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4aff150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8e239 View commit details
    Browse the repository at this point in the history