[PR #663] [MERGED] Align behavour of 7Zip exception with encrypted filenames arc with rar when no password provided #1150

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/663
Author: @Nanook
Created: 5/4/2022
Status: Merged
Merged: 5/4/2022
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (2)

  • e424094 7z encrypted filename exception with no password matches rar behaviour.
  • 3b2fd1b Merge branch 'adamhathcock:master' into master

📊 Changes

3 files changed (+23 additions, -1 deletions)

View changed files

📝 src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs (+6 -1)
📝 tests/SharpCompress.Test/Rar/RarArchiveTests.cs (+12 -0)
📝 tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/663 **Author:** [@Nanook](https://github.com/Nanook) **Created:** 5/4/2022 **Status:** ✅ Merged **Merged:** 5/4/2022 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e424094`](https://github.com/adamhathcock/sharpcompress/commit/e424094fdfbc45ad2e6a80d70107f2bbccbeba55) 7z encrypted filename exception with no password matches rar behaviour. - [`3b2fd1b`](https://github.com/adamhathcock/sharpcompress/commit/3b2fd1b9fafcb5643cc279a666c619f2f7b54970) Merge branch 'adamhathcock:master' into master ### 📊 Changes **3 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs` (+6 -1) 📝 `tests/SharpCompress.Test/Rar/RarArchiveTests.cs` (+12 -0) 📝 `tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1150