Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink the size of files and folders to optimize storage and speed up data transfers. The application serves as an encrypted archive manager, allowing users to protect compressed files with passwords and encryption to ensure private data sharing and secure transmission. The software covers broad capabilities in file archiving, including the ability to compress data into archival formats and unpack various archive formats to restore original content to the local system.
zip.js is a JavaScript library designed for creating, reading, and extracting ZIP archives directly within a web browser. It provides a comprehensive toolkit for managing compressed files and encrypted data storage entirely on the client side, eliminating the need for server-side backends or external dependencies. The library distinguishes itself by utilizing the Web Streams API and multi-core processing to handle large datasets efficiently. By offloading heavy compression and decompression tasks to background worker threads, it ensures that the browser interface remains responsive during int
SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and BZip2 archives. It provides a framework for compressing and decompressing data streams and files within the .NET ecosystem. The library distinguishes itself through support for archives that exceed the standard four gigabyte size limit. It also includes capabilities for decrypting password-protected files using industry-standard encryption and managing Tar archives with long filename support. The project covers a broad range of archive management operations, including integrity
zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding window and Huffman coding. It provides the core compression and decompression engines, along with support for gzip, zlib, and raw deflate stream formats, enabling data to be compressed and restored without any loss of information. The library offers a range of capabilities for handling compressed data, including single-call memory and file operations, as well as incremental stream-based processing for working with data larger than available memory. It includes mechanisms for a
ZipArchive ist eine Swift-Bibliothek und ein Datei-Utility, das für das Komprimieren und Extrahieren von Dateien in Zip-Archive unter iOS, macOS und tvOS entwickelt wurde. Es dient als programmatischer Wrapper für die Verwaltung von Dateisystemoperationen und die Archivierung auf Apple-Plattformen.
Die Hauptfunktionen von ziparchive/ziparchive sind: Zip Archive Creation, Deflate Compressors, File Compression Utilities, Zip Compression Libraries, Encrypted Archives, Archive Extractions, Zip Archive Extraction Commands, Apple Platform File Management.
Open-Source-Alternativen zu ziparchive/ziparchive sind unter anderem: aonez/keka — Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink… gildas-lormeau/zip.js — zip.js is a JavaScript library designed for creating, reading, and extracting ZIP archives directly within a web… icsharpcode/sharpziplib — SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and… madler/zlib — zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding… mholt/archiver — Archiver is a multi-format archive library and command-line tool for creating, extracting, and managing compressed… ncw/rclone — rclone is a command-line utility and sync engine for managing, synchronizing, and migrating files across numerous…