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

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

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

4 个仓库

Awesome GitHub RepositoriesHardware Key Signing

Performing cryptographic signing operations on-device using hardware-backed keys.

Distinct from Hardware Key Signature Verification: Focuses on the signing execution on hardware rather than just verifying the resulting signature.

Explore 4 awesome GitHub repositories matching security & cryptography · Hardware Key Signing. Refine with filters or upvote what's useful.

Awesome Hardware Key Signing GitHub Repositories

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

    drduh/YubiKey-Guide

    12,377在 GitHub 上查看↗

    This project is a comprehensive hardware security guide for using YubiKey tokens to manage encryption, digital signatures, and secure authentication. It provides technical instructions for configuring hardware security modules to handle digital identity and cryptographic materials. The documentation focuses on the implementation of OpenPGP and SSH workflows, specifically covering the creation of master key hierarchies, the rotation of subkeys, and the use of hardware-backed keys for secure shell connections. It also details methods for verifying code authorship through signed Git commits and

    Performs cryptographic signing operations on-device using hardware-backed keys to verify content authenticity.

    HTML
    在 GitHub 上查看↗12,377
  • bluesky-social/atprotobluesky-social 的头像

    bluesky-social/atproto

    9,474在 GitHub 上查看↗

    atproto is a decentralized social networking protocol implementation and a schema-driven API framework. It provides the networking and data standards required to build interoperable social networks where users control their own identity and data through a personal data server specification. The project distinguishes itself through a DID-based identity system for managing cryptographic keys and verifiable profiles, alongside a lexicon-based protocol definition that uses versioned schemas to ensure consistency across network services. It utilizes Merkle Search Trees for verifiable data storage,

    Implements serialization and signing processes for cryptographic keys to ensure secure communication.

    TypeScript
    在 GitHub 上查看↗9,474
  • guanzhi/gmsslguanzhi 的头像

    guanzhi/GmSSL

    6,075在 GitHub 上查看↗

    GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re

    Performs SM2 signing inside a cryptographic device using a private key that cannot be exported.

    Ccryptoencryptionpairing
    在 GitHub 上查看↗6,075
  • gam-team/gamGAM-team 的头像

    GAM-team/GAM

    4,206在 GitHub 上查看↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Uses physical security keys to ensure signatures are performed on the device so keys cannot be exported.

    Pythongamgooglegoogle-admin-sdk
    在 GitHub 上查看↗4,206
  1. Home
  2. Security & Cryptography
  3. Cryptographic Signature Verification
  4. External Key Verifiers
  5. Hardware Key Signature Verification
  6. Hardware Key Signing

探索子标签

  • Key SerializationConverting cryptographic keys into standardized string or binary formats for transmission and storage. **Distinct from Hardware Key Signing:** Focuses on the serialization of identity keys rather than hardware-specific signing execution.
  • SM2 Hardware SigningPerforming SM2 digital signatures inside a cryptographic device using a non-exportable private key. **Distinct from Hardware Key Signing:** Distinct from Hardware Key Signing: specifically implements SM2 signing on hardware, not general-purpose signing.