awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Cookie Security · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCookie Security

Utilities for encoding and encrypting web cookies to ensure data privacy and integrity.

Distinguishing note: Focuses on cookie-specific security rather than general session management.

Explore 1 awesome GitHub repository matching security & cryptography · Cookie Security. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Cookie Security

Awesome Cookie Security GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • gorilla/websocket

    gorilla/websocket

    24,523View on GitHub↗

    This project provides a comprehensive implementation of the WebSocket protocol, enabling persistent, bidirectional communication between clients and servers. It handles the low-level complexities of the protocol, including the initial HTTP upgrade handshake and the encapsulation of data into discrete binary frames. By managing these connections, it allows applications to exchange data instantly without the overhead associated with repeated standard request cycles. The library distinguishes itself through its focus on high-frequency message exchange and concurrent connection management. It uti

    Protects client-side data by encoding and encrypting cookie values to prevent tampering.

    Gogogolanggorilla
    24,523View on GitHub↗