awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to brndnmtthws/dryoc

Open-source alternatives to Dryoc

25 open-source projects similar to brndnmtthws/dryoc, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dryoc alternative.

  • blake3-team/blake3BLAKE3-team avatar

    BLAKE3-team/BLAKE3

    6,284View on GitHub↗

    BLAKE3 is a high-performance implementation of the BLAKE3 cryptographic hash algorithm used for calculating secure data digests and fingerprints. It functions as a parallel cryptographic hash tool that distributes workloads across multiple processor threads to process large datasets rapidly. The project provides specialized tools for keyed hashing and the generation of message authentication codes. It also includes functionality for cryptographic key derivation, allowing the creation of unique secret sub-keys from a master key and context strings. The implementation supports data integrity v

    Assembly
    View on GitHub↗6,284
  • briansmith/ringbriansmith avatar

    briansmith/ring

    4,091View on GitHub↗

    Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure applications. It provides a collection of implementations for RSA, elliptic curve cryptography, and authenticated symmetric encryption. The project focuses on constant-time cryptography to prevent secret data from leaking through timing side-channel attacks. It utilizes a formal verification tool that generates arithmetic logic from templates, ensuring mathematical correctness and eliminating manual implementation errors. The library includes capabilities for producing cryptographi

    Assembly
    View on GitHub↗4,091
  • briansmith/webpkibriansmith avatar

    briansmith/webpki

    483View on GitHub↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    View on GitHub↗483
  • cryptoballot/cryptoballotcryptoballot avatar

    cryptoballot/cryptoballot

    223View on GitHub↗

    cryptographically secure online voting

    Rust
    View on GitHub↗223

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ctz/rustlsctz avatar

    ctz/rustls

    7,453View on GitHub↗

    rustls is a modern implementation of the Transport Layer Security protocol written in the Rust programming language. It serves as a cryptographic transport layer for establishing encrypted connections between clients and servers to ensure data privacy and integrity. The library features a pluggable crypto provider framework, allowing the substitution of cryptographic primitive implementations to meet specific platform architecture or regulatory compliance requirements. It provides capabilities for secure server configuration to handle encrypted incoming connections and secure client connecti

    Rust
    View on GitHub↗7,453
  • dagenix/rust-cryptoDaGenix avatar

    DaGenix/rust-crypto

    1,453View on GitHub↗

    A (mostly) pure-Rust implementation of various cryptographic algorithms.

    Rust
    View on GitHub↗1,453
  • dnaq/sodiumoxidednaq avatar

    dnaq/sodiumoxide

    645View on GitHub↗

    DEPRECATED Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)

    Rust
    View on GitHub↗645
  • google/mundanegoogle avatar

    google/mundane

    1,081View on GitHub↗

    Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).

    Rustboringsslcryptographyrust
    View on GitHub↗1,081
  • ironcorelabs/recrypt-rsIronCoreLabs avatar

    IronCoreLabs/recrypt-rs

    166View on GitHub↗

    A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.

    Rust
    View on GitHub↗166
  • klutzy/surugaklutzy avatar

    klutzy/suruga

    126View on GitHub↗

    INACTIVE TLS 1.2 implementation in Rust

    Rust
    View on GitHub↗126
  • liboctavo/octavolibOctavo avatar

    libOctavo/octavo

    141View on GitHub↗

    Highly modular & configurable hash & crypto library

    Rust
    View on GitHub↗141
  • mcginty/snowmcginty avatar

    mcginty/snow

    1,077View on GitHub↗

    A Rust implementation of the Noise Protocol Framework

    Rust
    View on GitHub↗1,077
  • ockam-network/ockamockam-network avatar

    ockam-network/ockam

    4,628View on GitHub↗

    Ockam is an end-to-end encryption framework and distributed identity provider designed to establish secure communication between applications and devices. It provides a secure network overlay that utilizes cryptographic identities and attribute-based access control to implement zero trust network access. The project distinguishes itself through metadata-driven multi-hop routing and a pluggable transport layer, allowing encrypted traffic to move across diverse network topologies without requiring virtual IP overlays. It specifically enables secure tunneling for legacy applications by wrapping

    Rust
    View on GitHub↗4,628
  • orion-rs/orionorion-rs avatar

    orion-rs/orion

    719View on GitHub↗

    Usable, easy and safe pure-Rust crypto

    Rust
    View on GitHub↗719
  • pluto/ronkathonpluto avatar

    pluto/ronkathon

    345View on GitHub↗

    Cryptography Educational Foundations

    Rust
    View on GitHub↗345
  • randombit/botan-rsrandombit avatar

    randombit/botan-rs

    45View on GitHub↗

    :shrimp: Rust cryptography library

    Rust
    View on GitHub↗45
  • rustcrypto/aeadsRustCrypto avatar

    RustCrypto/AEADs

    938View on GitHub↗

    Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

    Rust
    View on GitHub↗938
  • rustcrypto/elliptic-curvesRustCrypto avatar

    RustCrypto/elliptic-curves

    859View on GitHub↗

    Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2

    Rust
    View on GitHub↗859
  • rustcrypto/formatsRustCrypto avatar

    RustCrypto/formats

    322View on GitHub↗

    Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX

    Rust
    View on GitHub↗322
  • rustcrypto/hashesRustCrypto avatar

    RustCrypto/hashes

    2,230View on GitHub↗

    Collection of cryptographic hash functions written in pure Rust

    Rust
    View on GitHub↗2,230
  • rustcrypto/password-hashesRustCrypto avatar

    RustCrypto/password-hashes

    892View on GitHub↗

    Password hashing functions / KDFs

    Rust
    View on GitHub↗892
  • rustcrypto/signaturesRustCrypto avatar

    RustCrypto/signatures

    643View on GitHub↗

    Cryptographic signature algorithms: DSA, ECDSA, Ed25519

    Rust
    View on GitHub↗643
  • sfackler/rust-opensslsfackler avatar

    sfackler/rust-openssl

    1,629View on GitHub↗

    OpenSSL bindings for Rust

    Rust
    View on GitHub↗1,629
  • str4d/ragestr4d avatar

    str4d/rage

    3,533View on GitHub↗

    A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

    Rust
    View on GitHub↗3,533
  • wireapp/proteuswireapp avatar

    wireapp/proteus

    419View on GitHub↗

    Axolotl Protocol Implementation

    Rust
    View on GitHub↗419