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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ente-io/enteAvatar de ente-io

    ente-io/ente

    27,281Ver en 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
    Ver en GitHub↗27,281
  • zama-ai/fhevmAvatar de zama-ai

    zama-ai/fhevm

    25,215Ver en 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
    Ver en GitHub↗25,215
  • google/tinkAvatar de google

    google/tink

    13,542Ver en 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
    Ver en GitHub↗13,542
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Ver en 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
    Ver en GitHub↗12,817
  • letsencrypt/boulderAvatar de letsencrypt

    letsencrypt/boulder

    5,654Ver en 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
    Ver en GitHub↗5,654
  1. Home
  2. Security & Cryptography
  3. Key Management Systems

Explorar subetiquetas

  • 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.