You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ __New in recent updates:__ Full support for reading and extracting __password-pr
18
18
## Features
19
19
20
20
-__Zip Archive Management__: Create, list, extract, retrieve content, modify, and remove entries in zip archives with pipeline support.
21
-
Now includes __full support for password-protected entries__ (traditional ZipCrypto and AES encryption) via `-Password` on `Get-ZipEntryContent` and `Expand-ZipEntry`. Zip entries also expose native properties like `IsEncrypted`, `AESKeySize`, `CompressionMethod`, `Comment`, and `Crc`.
21
+
Now includes __full support for reading and extracting password-protected entries__ (traditional ZipCrypto and AES encryption).
22
22
-__Tar Archive Management__: Compress and extract tar archives with support for `gz`, `bz2`, `zst`, `lz`, and uncompressed (`none`) formats.
23
23
-__Tar Entry Management__: List, extract, and retrieve content from individual tar entries.
24
24
-__String Compression__: Compress and decompress strings using Brotli, Deflate, Gzip, and Zlib algorithms.
0 commit comments