Registry / serialization / yeka-zip

yeka-zip

JSON →
library0.0.0-20231116150916-03d6312748a9gogounverified

Package zip provides support for reading and writing password protected ZIP archives.

go get github.com/yeka/zip
INSTALL
IMPORT
SIG · YEKA-ZIP
Y
yeka-zip
serializationgov0.0.0-20231116150916-03d6312748a9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zip
github.com/yeka/zip

Open a password-protected ZIP file and iterate over its contents.

import "github.com/yeka/zip" r, _ := zip.OpenReader("protected.zip", "password") for _, f := range r.File { // Read file contents }
Debug
Known issues
gotchaNot compatible with standard archive/zip API
fix
Use this package's API instead of archive/zip for password-protected files.
affects: *
Upgrade
Version history
0.0.0-20231116150916-03d6312748a9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
yeka-zip — go get yeka-zip · libregistry