awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCryptographic Algorithm Loaders

Mechanisms for dynamically locating and loading security algorithms to replace static function calls.

Distinguishing note: Focuses on the dynamic retrieval and loading of algorithm implementations rather than the discovery logic.

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

Awesome Cryptographic Algorithm Loaders GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openssl/opensslopenssl 的头像

    openssl/openssl

    29,596在 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

    Locate specific security algorithms by name or property to replace static function calls with dynamic loading mechanisms that adapt to different security providers.

    Ccryptographydecryptionencryption
    在 GitHub 上查看↗29,596
  1. Home
  2. Security & Cryptography
  3. Cryptographic Algorithm Loaders