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

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

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

5 个仓库

Awesome GitHub RepositoriesKey Management Systems

Tools for the secure generation, storage, and lifecycle management of cryptographic keys.

Distinguishing note: Focuses on user-controlled master key encryption and derivation rather than general-purpose key storage.

Explore 5 awesome GitHub repositories matching security & cryptography · Key Management Systems. Refine with filters or upvote what's useful.

Awesome Key Management Systems GitHub Repositories

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

    ente-io/ente

    27,281在 GitHub 上查看↗

    Ente is a privacy-focused platform for end-to-end encrypted storage and two-factor authentication management. It functions as a zero-knowledge identity provider, ensuring that all cryptographic operations, key derivation, and data encryption occur locally on the user's device. By maintaining this architecture, the service provider remains unable to access or decrypt any stored personal information or authentication credentials. The platform distinguishes itself through a combination of on-device intelligence and resilient data distribution. It utilizes a local machine learning engine to perfo

    Manage account access by encrypting a master key with a password-derived key to ensure that only the user can decrypt their credentials on any authorized device.

    Dart2faandroidauthy
    在 GitHub 上查看↗27,281
  • zama-ai/fhevmzama-ai 的头像

    zama-ai/fhevm

    25,215在 GitHub 上查看↗

    fhevm is a full-stack blockchain framework designed to integrate Fully Homomorphic Encryption into smart contracts. It provides a platform for developing confidential smart contracts that can process encrypted data and execute private on-chain computations without decrypting the underlying information. The framework utilizes a coprocessor system to offload resource-intensive encrypted operations to an asynchronous service, improving blockchain performance and scalability. It incorporates a secure key management service based on multi-party computation and a zero-knowledge proof verifier to en

    Utilizes multi-party computation to securely protect and manage decryption keys, preventing single points of failure.

    Rustblockchainfheprivacy
    在 GitHub 上查看↗25,215
  • google/tinkgoogle 的头像

    google/tink

    13,542在 GitHub 上查看↗

    Tink is a multi-language cryptography library and security toolkit providing secure APIs for data encryption and digital signatures. It functions as a data encryption library and digital signature framework designed to prevent common implementation errors across different platforms and operating systems. The project serves as a cryptographic keyset manager, utilizing JSON for the storage, rotation, and serialization of keys to maintain consistency across various programming languages. It ensures identical cryptographic behavior globally by mapping language-specific libraries to a unified set

    Provides a system for the secure generation, storage, and rotation of cryptographic keys to ensure long-term data access.

    Java
    在 GitHub 上查看↗13,542
  • aws/aws-cdkaws 的头像

    aws/aws-cdk

    12,817在 GitHub 上查看↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Protects individual object encryption keys by wrapping them with a master key to ensure data security during storage and retrieval.

    TypeScriptawscloud-infrastructurehacktoberfest
    在 GitHub 上查看↗12,817
  • letsencrypt/boulderletsencrypt 的头像

    letsencrypt/boulder

    5,654在 GitHub 上查看↗

    Boulder is a production-grade implementation of the ACME (Automated Certificate Management Environment) protocol, built around the same infrastructure that powers Let's Encrypt. It functions as a full certificate authority that automates the issuance, renewal, and revocation of TLS certificates, supporting multiple key algorithms including RSA, ECDSA, and experimental post-quantum ML-DSA keys. The project distinguishes itself through its multi-algorithm PKI hierarchy, which builds separate RSA and ECDSA root chains with cross-signing to support dual-algorithm trust paths. It includes a CRL-ba

    Stores private keys in a software PKCS#11 module for hardware-like security without physical HSM hardware.

    Goacmeboulderca
    在 GitHub 上查看↗5,654
  1. Home
  2. Security & Cryptography
  3. Key Management Systems

探索子标签

  • MPC Key ManagementKey management systems that utilize multi-party computation to distribute and protect decryption keys. **Distinct from Key Management Systems:** Specifies the use of Multi-Party Computation (MPC) for key security, whereas the parent is a general KMS.
  • SoftHSM Key StoresSystems that store private keys in a software PKCS#11 module for hardware-like security without physical HSM hardware. **Distinct from Key Management Systems:** Distinct from Key Management Systems: focuses on SoftHSM-based PKCS#11 storage specifically, not general key management.