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

1 repo

Awesome GitHub RepositoriesModular Cryptographic Providers

Architectures that support dynamic loading of external security libraries to extend functionality.

Distinguishing note: Focuses on the plugin/provider loading mechanism rather than the algorithms themselves.

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

  1. Home
  2. Security & Cryptography
  3. Modular Cryptographic Providers

Awesome Modular Cryptographic Providers GitHub Repositories

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

    openssl/openssl

    29,596View on GitHub↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    Loads external shared libraries dynamically to expose cryptographic implementations without requiring core binary changes.

    Ccryptographydecryptionencryption
    29,596View on GitHub↗