[PR #329] [CLOSED] Zip encryption #967

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/329
Author: @payalmonika
Created: 12/13/2017
Status: Closed

Base: masterHead: zip_encryption


📝 Commits (2)

  • 30d4251 Trying to make this work. Conflicts with reading on post descriptor header style
  • 703e4bd add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/329 **Author:** [@payalmonika](https://github.com/payalmonika) **Created:** 12/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `zip_encryption` --- ### 📝 Commits (2) - [`30d4251`](https://github.com/adamhathcock/sharpcompress/commit/30d42513321316aa76a7070a69d37cf069837ec0) Trying to make this work. Conflicts with reading on post descriptor header style - [`703e4bd`](https://github.com/adamhathcock/sharpcompress/commit/703e4bd49ecd06d979edb5187f90871646dbdea6) add pkware zip ### 📊 Changes **9 files changed** (+179 additions, -131 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Problem with decompression winrar5.5 in c#. Please suggest us any solution for this. --- <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:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#967