awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • grpc/grpcAvatar grpc

    grpc/grpc

    44,891Vezi pe 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++
    Vezi pe GitHub↗44,891
  • aonez/kekaAvatar aonez

    aonez/Keka

    6,948Vezi pe 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
    Vezi pe GitHub↗6,948
  • klauspost/compressAvatar klauspost

    klauspost/compress

    5,525Vezi pe 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
    Vezi pe GitHub↗5,525
  1. Home
  2. Security & Cryptography
  3. Compression Security

Explorează sub-etichetele

  • 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.