All Projects → nih-at → Libzip

nih-at / Libzip

Licence: other
A C library for reading, creating, and modifying zip archives.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Libzip

Peazip
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
Stars: ✭ 827 (+118.21%)
Mutual labels:  zip, encryption, compression
Minizip Ng
Fork of the popular zip manipulation library found in the zlib distribution.
Stars: ✭ 750 (+97.89%)
Mutual labels:  zip, encryption, compression
box
Box - Open Standard Archive Format, a zip killer.
Stars: ✭ 38 (-89.97%)
Mutual labels:  compression, zip, archive
Zipper
🗳A library to create, read and modify ZIP archive files, written in Swift.
Stars: ✭ 38 (-89.97%)
Mutual labels:  zip, archive, compression
Perfect-Zip
Perfect Zip compression utility.
Stars: ✭ 20 (-94.72%)
Mutual labels:  compression, zip
unzip
Tiny unzip helper class for .NET 3.5 Client Profile and Mono 2.10, written in pure C#.
Stars: ✭ 25 (-93.4%)
Mutual labels:  compression, zip
zip-bucket
zips files in a Google Cloud Storage [tm] bucket
Stars: ✭ 32 (-91.56%)
Mutual labels:  compression, zip
DAR
DAR - Disk ARchive
Stars: ✭ 58 (-84.7%)
Mutual labels:  compression, encryption
qlZipInfo
MacOSX QuickLook Generator for zip, jar, tar, tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z. xar (.xar, .pkg), debian (.deb), RedHat Package Manager (.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip (.gz), lha, BinHex 4.0 (.hqx), and Stuffit (.sit) archives, and ISO9660 images
Stars: ✭ 47 (-87.6%)
Mutual labels:  compression, zip
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (-42.74%)
Mutual labels:  compression, zip
pakkero
Pakkero is a binary packer written in Go made for fun and educational purpose. Its main goal is to take in input a program file (elf binary, script, even appimage) and compress it, protect it from tampering and intrusion.
Stars: ✭ 143 (-62.27%)
Mutual labels:  compression, encryption
zipit
Decentralized or self-hosted encryption archives that work on any internet device.
Stars: ✭ 14 (-96.31%)
Mutual labels:  zip, archive
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (-93.4%)
Mutual labels:  zip, archive
Gulp Zip
ZIP compress files
Stars: ✭ 262 (-30.87%)
Mutual labels:  zip, compression
VszLib
7-zip VB6 Helper
Stars: ✭ 35 (-90.77%)
Mutual labels:  compression, zip
rc-zip
Pure rust zip & zip64 reading and writing
Stars: ✭ 93 (-75.46%)
Mutual labels:  compression, zip
Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (-31.93%)
Mutual labels:  encryption, compression
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+763.85%)
Mutual labels:  library, compression
Php Zip
PhpZip is a php-library for extended work with ZIP-archives.
Stars: ✭ 336 (-11.35%)
Mutual labels:  zip, archive
ZeeArchiver
Zee is an efficient and simple to use Android Archiver and decompressor. It can decompress and compress from-to all the formats supported by the well known 7zip utility. Copyright © 2018 Mahmoud Galal , for support contact me:[email protected]
Stars: ✭ 35 (-90.77%)
Mutual labels:  zip, archive

This is libzip, a C library for reading, creating, and modifying zip and zip64 archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. Decryption and encryption of Winzip AES and legacy PKware encrypted files is supported. The API is documented by man pages.

libzip is fully documented via man pages. HTML versions of the man pages are on libzip.org and in the man directory. You can start with libzip(3), which lists all others. Example source code is in the examples and src subdirectories.

If you have developed an application using libzip, you can find out about API changes and how to adapt your code for them in the included file API-CHANGES.md.

See the INSTALL.md file for installation instructions and dependencies.

If you make a binary distribution, please include a pointer to the distribution site:

https://libzip.org/

The latest version can always be found there. The official repository is at github.

There is a mailing list for developers using libzip. You can subscribe to it by sending a mail with the subject "subscribe libzip-discuss" to minimalist at nih.at. List mail should be sent to libzip-discuss at nih.at. Use this for bug reports or questions.

If you want to reach the authors in private, use [email protected].

Travis Build Status Appveyor Build status Coverity Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].