awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesCompression Security

Provides options to disable compression for specific messages to mitigate security vulnerabilities.

Distinguishing note: Focuses on security-driven compression disabling rather than performance optimization.

Explore 3 awesome GitHub repositories matching security & cryptography · Compression Security. Refine with filters or upvote what's useful.

Awesome Compression Security GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • grpc/grpcالصورة الرمزية لـ grpc

    grpc/grpc

    44,891عرض على GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    Turns off compression for specific messages to prevent security vulnerabilities like BEAST and CRIME attacks.

    C++
    عرض على GitHub↗44,891
  • aonez/kekaالصورة الرمزية لـ aonez

    aonez/Keka

    6,948عرض على GitHub↗

    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.

    Provides security options for compressed files to protect sensitive data during private sharing.

    PHP7ziparchivercompression
    عرض على GitHub↗6,948
  • klauspost/compressالصورة الرمزية لـ klauspost

    klauspost/compress

    5,525عرض على GitHub↗

    This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal

    Prevents BREACH side-channel attacks by injecting random jitter or padding into compressed responses.

    Gocompressiondecompressiondeflate
    عرض على GitHub↗5,525
  1. Home
  2. Security & Cryptography
  3. Compression Security

استكشف الوسوم الفرعية

  • Side-Channel Attack MitigationsTechniques to prevent information leakage through compressed payload sizes, such as random jitter and padding. **Distinct from Compression Security:** Distinct from Compression Security: specifically targets side-channel attacks like BREACH via padding, not just disabling compression.