awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ZipArchive avatar

ZipArchive/ZipArchive

0
View on GitHub↗
5,594 Stars·1,355 Forks·C·MIT·6 Aufrufe

ZipArchive

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 Bibliothek unterstützt die Erstellung passwortgeschützter Archive mittels symmetrischer Verschlüsselung, um Daten während der Speicherung oder Übertragung zu sichern. Sie ermöglicht die Steuerung von Komprimierungsstufen und unterstützt den Umgang mit großen Dateigrößen.

Das Toolset deckt grundlegende Archivierungsfunktionen ab, einschließlich der Erstellung komprimierter Dateien aus Datenpuffern und der Extraktion von Archivinhalten in lokale Ordner.

Features

  • Zip Archive Creation - Provides a programmatic interface to compress files or data buffers into encrypted ZIP archives.
  • Deflate Compressors - Utilizes the DEFLATE algorithm combining LZ77 and Huffman coding for file size reduction.
  • File Compression Utilities - Provides utilities for compressing files and data buffers into ZIP archives on Apple platforms.
  • Zip Compression Libraries - Provides a Swift library implementation for creating and extracting files in the ZIP archive format.
  • Encrypted Archives - Creating password-protected zip files to secure sensitive data during storage or transfer.
  • Archive Extractions - Retrieves files from ZIP archives and extracts them to the local macOS file system.
  • Zip Archive Extraction Commands - Unpacks the contents of ZIP archives into specific local folders on the file system.
  • Encrypted Archives - Creates password-protected and encrypted compressed archives to secure sensitive data.
  • Apple Platform File Management - Handles the creation and extraction of compressed archives specifically for iOS, macOS, and tvOS apps.
  • macOS & iOS Utilities - Ships file archiving tools specifically optimized for the macOS and iOS operating systems.
  • Stream-Based Archive Handling - Processes zip entries sequentially via streams to minimize memory usage when handling large archives.
  • Developer Utilities - Compression and decompression library.
  • File Management - Utility class for zipping and unzipping files.

Star-Verlauf

Star-Verlauf für ziparchive/ziparchiveStar-Verlauf für ziparchive/ziparchive

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu ZipArchive

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit ZipArchive.
  • aonez/kekaAvatar von aonez

    aonez/Keka

    6,948Auf GitHub ansehen↗

    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.

    PHP7ziparchivercompression
    Auf GitHub ansehen↗6,948
  • gildas-lormeau/zip.jsAvatar von gildas-lormeau

    gildas-lormeau/zip.js

    3,859Auf GitHub ansehen↗

    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

    JavaScriptaes-encryptionbrowsercompression-stream
    Auf GitHub ansehen↗3,859
  • icsharpcode/sharpziplibAvatar von icsharpcode

    icsharpcode/SharpZipLib

    3,913Auf GitHub ansehen↗

    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

    C#
    Auf GitHub ansehen↗3,913
  • madler/zlibAvatar von madler

    madler/zlib

    6,687Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗6,687
Alle 30 Alternativen zu ZipArchive anzeigen→

Häufig gestellte Fragen

Was macht ziparchive/ziparchive?

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.

Was sind die Hauptfunktionen von ziparchive/ziparchive?

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.

Welche Open-Source-Alternativen gibt es zu ziparchive/ziparchive?

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…