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

Zip: Use last modified time from basic header when validating zip decryption #805

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

DannyBoyk
Copy link
Contributor

The last modified time used for zip decryption validation must be the one from the basic header. If UnixTimeExtraFields are present, the previous implementation was attempting to verify against that value instead.
Fixed #804

…ryption

The last modified time used for zip decryption validation must be the
one from the basic header. If UnixTimeExtraFields are present, the
previous implementation was attempting to verify against that value
instead.
Fixed adamhathcock#804
@adamhathcock adamhathcock merged commit 8da2499 into adamhathcock:master Jan 29, 2024
2 checks passed
@adamhathcock
Copy link
Owner

Thanks!

@DannyBoyk DannyBoyk deleted the 804_Fix_ZIP_Decryption branch February 14, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZIP: Use last modified time from basic header when validating zip decryption
2 participants