mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #329] [CLOSED] Zip encryption #967
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/329
Author: @payalmonika
Created: 12/13/2017
Status: ❌ Closed
Base:
master← Head:zip_encryption📝 Commits (2)
30d4251Trying to make this work. Conflicts with reading on post descriptor header style703e4bdadd pkware zip📊 Changes
9 files changed (+179 additions, -131 deletions)
View changed files
➕
src/SharpCompress/Common/Zip/CryptoMode.cs(+8 -0)📝
src/SharpCompress/Common/Zip/PkwareTraditionalCryptoStream.cs(+0 -6)📝
src/SharpCompress/Common/Zip/PkwareTraditionalEncryptionData.cs(+5 -4)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+0 -5)📝
src/SharpCompress/Readers/IReaderExtensions.cs(+0 -4)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+119 -111)📝
src/SharpCompress/Writers/Zip/ZipWriterOptions.cs(+5 -0)📝
tests/SharpCompress.Test/Zip/ZipWriterTests.cs(+42 -1)➕
tests/TestArchives/Archives/Zip.pkware.zip(+0 -0)📄 Description
Problem with decompression winrar5.5 in c#. Please suggest us any solution for this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.