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,787GitHub पर देखें↗

    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,215GitHub पर देखें↗

    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,369GitHub पर देखें↗

    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.