awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Stream Ciphers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesStream Ciphers

Cryptographic implementations for obscuring data streams to prevent traffic analysis.

Distinguishing note: Focuses on continuous stream-based encryption rather than block-based methods.

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

  1. Home
  2. Security & Cryptography
  3. Stream Ciphers

Awesome Stream Ciphers GitHub Repositories

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

    shadowsocks/shadowsocks

    33,632View on GitHub↗

    Shadowsocks is a secure network tunneling tool designed for censorship circumvention and private internet connectivity. It functions as a proxy system that routes traffic through encrypted tunnels, allowing users to bypass regional network restrictions and protect data from interception across public infrastructures. The project utilizes a lightweight, custom proxy protocol that incorporates stream-based cipher encryption to obfuscate payload content and prevent deep packet inspection. By employing an asynchronous, event-driven networking model, the system manages concurrent connections effic

    Obscures payload content using continuous stream ciphers to prevent deep packet inspection.

    Python
    33,632View on GitHub↗