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

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

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

3 个仓库

Awesome GitHub RepositoriesEncrypted Data Retrieval

Methods for fetching and decrypting data payloads from indexers using discovery keys.

Distinguishing note: Focuses on the retrieval and scanning of encrypted resources.

Explore 3 awesome GitHub repositories matching data & databases · Encrypted Data Retrieval. Refine with filters or upvote what's useful.

Awesome Encrypted Data Retrieval GitHub Repositories

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

    anoma/anoma

    33,787在 GitHub 上查看↗

    Anoma is a distributed operating system designed to abstract the complexities of blockchain networks into a unified interface for cross-chain coordination. At its core, the platform utilizes a resource-based state machine and an intent-centric execution model, where user-defined goals are processed and settled by decentralized solvers rather than through direct, manual execution. This architecture enables the creation of applications that operate across heterogeneous distributed networks while maintaining a consistent developer and user experience. The platform distinguishes itself through a

    Retrieves encrypted data payloads from indexers by providing discovery keys and contract lists.

    Elixirblockchainconsensuscryptography
    在 GitHub 上查看↗33,787
  • 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

    Provides a capability to fetch ciphertexts from compatible storage using URLs to facilitate private computations.

    Rustblockchainfheprivacy
    在 GitHub 上查看↗25,215
  • filosottile/ageFiloSottile 的头像

    FiloSottile/age

    21,369在 GitHub 上查看↗

    Age is a command-line utility for file encryption that utilizes hybrid cryptography to secure data for multiple recipients. It employs a combination of asymmetric key exchange and symmetric encryption to protect files, supporting access control through public keys, shared passphrases, and hardware-backed identity integration. The tool is designed for memory-efficient operation, utilizing stream-oriented processing to handle large datasets in small, sequential chunks. It features a stanza-based metadata framing system that allows for extensible file headers and supports random-access decryptio

    Maintains an internal index of encrypted segments to allow retrieval of specific data portions without decrypting the entire file.

    Goage-encryptionbuilt-at-rc
    在 GitHub 上查看↗21,369
  1. Home
  2. Data & Databases
  3. Encrypted Data Retrieval

探索子标签

  • Random-Access DecryptionCapabilities for retrieving specific data segments from encrypted files without full decryption. **Distinct from Encrypted Data Retrieval:** Focuses on the random-access capability of encrypted files, distinct from general encrypted data retrieval.