mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 21:22:04 +00:00
[PR #324] [MERGED] Mk/add support for extracting password protected LZMA(2) 7z archives #963
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?
📋 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:
master← Head:MK/AddSevenZipAESSupport📝 Commits (2)
fd5a8c0Added possibility to decompress a password protected 7z LZMA archivef945421Fix 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.