[PR #805] Zip: Use last modified time from basic header when validating zip decryption #1248

Closed
opened 2026-01-29 22:19:38 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/805

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/805 **State:** closed **Merged:** Yes --- 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
claunia added the pull-request label 2026-01-29 22:19:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1248