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

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

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

3 个仓库

Awesome GitHub RepositoriesBinary Data Signing

Cryptographic production of signatures for binary data to ensure authenticity and integrity.

Distinct from Binary Signing: Focuses on signing arbitrary binary record data rather than OS executables or installers.

Explore 3 awesome GitHub repositories matching security & cryptography · Binary Data Signing. Refine with filters or upvote what's useful.

Awesome Binary Data Signing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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,

    Provides functionality to sign binary data using SHA-256 for record authenticity.

    TypeScript
    在 GitHub 上查看↗9,474
  • build-trust/ockambuild-trust 的头像

    build-trust/ockam

    4,628在 GitHub 上查看↗

    Ockam 是一个零信任网络框架,旨在通过基于身份的网络覆盖层来保护分布式应用之间的数据传输。它提供了建立双向认证和端到端加密连接所需的基础原语,从而消除了对传统网络层安全性的依赖。 该项目的特点是使用基于属性的访问控制和可验证凭证来大规模管理信任。它实现了加密身份轮换以保持身份连续性,并与硬件支持的密钥管理系统集成,从而将私钥安全地存储在安全隔离区或云密钥管理服务中。 该平台涵盖了广泛的功能,包括多跳二进制路由和基于中继的网络桥接,以连接不同的网络。它可以将传统的 TCP 或 Kafka 流量封装在安全隧道中,使私有服务能够在不暴露监听端口的情况下进行通信。此外,它还采用有状态的 Actor 模型,在分布式节点间异步处理消息。 部署方面,它支持通过基础设施即代码 (IaC) 模板在云环境中配置安全节点和网关。

    Produces cryptographic signatures using EdDSA or ECDSA to ensure data authenticity and integrity.

    Rustauthenticationauthorizationcredentials
    在 GitHub 上查看↗4,628
  • perlin-network/noiseperlin-network 的头像

    perlin-network/noise

    1,826在 GitHub 上查看↗

    Noise is a peer-to-peer networking stack written in Go designed for building decentralized systems. It provides a framework for managing node lifecycles, establishing encrypted communication channels, and facilitating direct data exchange between distributed nodes without reliance on central authorities. The library distinguishes itself through a modular architecture that allows developers to stack custom communication layers, enabling the creation of specialized network protocols. It incorporates a decentralized key-value lookup system for peer discovery and routing, alongside cryptographic

    Signs network data using node-specific keys to ensure message integrity and sender authenticity.

    Gocryptographygolangnetwork
    在 GitHub 上查看↗1,826
  1. Home
  2. Security & Cryptography
  3. Binary Data Signing