mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-03 21:30:35 +00:00
[PR #47] Explicitly handle password-protected archives rather than repeatedly throwing exceptions #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/SabreTools/SabreTools.Serialization/pull/47
State: closed
Merged: Yes
At the moment, if running with debug enabled, if you attempt to use ExtractionTool (or BOS) on password-protected archives, it will repeatedly throw exceptions. This PR explicitly handles password-protected files/archives, both providing more accurate output (7z and rar would otherwise not output the actual issue at all) and also making the debug logs much cleaner.