Skip to content

Commit 605c3ac

Browse files
committed
update readme
1 parent f41290c commit 605c3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __New in recent updates:__ Full support for reading and extracting __password-pr
1818
## Features
1919

2020
- __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).
2222
- __Tar Archive Management__: Compress and extract tar archives with support for `gz`, `bz2`, `zst`, `lz`, and uncompressed (`none`) formats.
2323
- __Tar Entry Management__: List, extract, and retrieve content from individual tar entries.
2424
- __String Compression__: Compress and decompress strings using Brotli, Deflate, Gzip, and Zlib algorithms.

0 commit comments

Comments
 (0)