[PR #324] [MERGED] Mk/add support for extracting password protected LZMA(2) 7z archives #963

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/324
Author: @CharlieBP
Created: 12/3/2017
Status: Merged
Merged: 12/4/2017
Merged by: @adamhathcock

Base: masterHead: MK/AddSevenZipAESSupport


📝 Commits (2)

  • fd5a8c0 Added possibility to decompress a password protected 7z LZMA archive
  • f945421 Fix tests

📊 Changes

10 files changed (+86 additions, -31 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs (+22 -5)
📝 src/SharpCompress/Common/SevenZip/ArchiveDatabase.cs (+7 -0)
📝 src/SharpCompress/Common/SevenZip/ArchiveReader.cs (+9 -9)
📝 src/SharpCompress/Common/SevenZip/SevenZipFilePart.cs (+1 -1)
📝 src/SharpCompress/IO/BufferedSubStream.cs (+1 -1)
📝 tests/SharpCompress.Test/ArchiveTests.cs (+11 -11)
📝 tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs (+34 -4)
tests/TestArchives/Archives/7Zip.LZMA.Aes.7z (+0 -0)
tests/TestArchives/Archives/7Zip.LZMA2.Aes.7z (+0 -0)

📄 Description

Added initial support for Password protected 7z (LZMA / LZMA2) archives and added unit tests to confirm the working.


🔄 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/324 **Author:** [@CharlieBP](https://github.com/CharlieBP) **Created:** 12/3/2017 **Status:** ✅ Merged **Merged:** 12/4/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `MK/AddSevenZipAESSupport` --- ### 📝 Commits (2) - [`fd5a8c0`](https://github.com/adamhathcock/sharpcompress/commit/fd5a8c06684eab7fe8bcf66cfb6f247f4767ae18) Added possibility to decompress a password protected 7z LZMA archive - [`f945421`](https://github.com/adamhathcock/sharpcompress/commit/f945421283bd3da52187dcf86e0ac7d1e5b8be49) Fix tests ### 📊 Changes **10 files changed** (+86 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs` (+22 -5) 📝 `src/SharpCompress/Common/SevenZip/ArchiveDatabase.cs` (+7 -0) 📝 `src/SharpCompress/Common/SevenZip/ArchiveReader.cs` (+9 -9) 📝 `src/SharpCompress/Common/SevenZip/SevenZipFilePart.cs` (+1 -1) 📝 `src/SharpCompress/IO/BufferedSubStream.cs` (+1 -1) 📝 `tests/SharpCompress.Test/ArchiveTests.cs` (+11 -11) 📝 `tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs` (+34 -4) ➕ `tests/TestArchives/Archives/7Zip.LZMA.Aes.7z` (+0 -0) ➕ `tests/TestArchives/Archives/7Zip.LZMA2.Aes.7z` (+0 -0) </details> ### 📄 Description Added initial support for Password protected 7z (LZMA / LZMA2) archives and added unit tests to confirm the working. --- <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:18:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#963