PowerShell / Microsoft.PowerShell.Archive

Archive PowerShell module contains cmdlets for working with ZIP archives
https://technet.microsoft.com/en-us/library/dn818910.aspx
MIT License
93 stars 37 forks source link

Support for password protected archive files. #132

Closed TerryED0618 closed 2 years ago

TerryED0618 commented 2 years ago

Summary of the new feature / enhancement

One business use of ZIP files is to encapsulate a set of file to be attached in an email. Depending on the file contents, the attached ZIP may be blocked. Password protecting the ZIP prevents antivirus scanners from examining the file contents and may be the only way to send some files across organization message hygiene solutions.

Though this does open one opportunity for malware distribution, the password prompt should be sufficient pause for the user to consider the value versus risk of opening ZIP file.

Proposed technical implementation details (optional)

.NET will need to support password protected archive files when opening and when creating.

SydneyhSmith commented 2 years ago

Thanks @TerryED0618 looks like a duplicate of #5 and #7