awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesCiphertext Transformations

Algorithms for transforming plaintext into ciphertext and vice-versa.

Distinct from Matrix Ciphers: Candidates are either specific to matrix/caesar ciphers or LLM text transformers; a general transformation capability is missing.

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

Awesome Ciphertext Transformations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zama-ai/fhevmAvatar de zama-ai

    zama-ai/fhevm

    25,215Voir sur 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 the ability to execute mathematical and boolean operations on encrypted integers without decrypting the underlying data.

    Rustblockchainfheprivacy
    Voir sur GitHub↗25,215
  • krzyzanowskim/cryptoswiftAvatar de krzyzanowskim

    krzyzanowskim/CryptoSwift

    10,556Voir sur GitHub↗

    CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi

    Transforms readable text into ciphertext using standard algorithms to prevent unauthorized access.

    Swiftaesaes-gcmcipher
    Voir sur GitHub↗10,556
  • microsoft/sealAvatar de microsoft

    microsoft/SEAL

    3,985Voir sur GitHub↗

    SEAL is a homomorphic encryption library and C++ cryptography framework that enables mathematical operations on encrypted data without requiring decryption. It provides a toolset for performing additions and multiplications on encrypted integers and complex numbers to support privacy-preserving computation. The framework implements the BFV and CKKS schemes, allowing for both modular arithmetic on encrypted integers and approximate arithmetic on fixed-precision floating-point numbers. It includes specialized wrappers to integrate these cryptographic workflows into .NET environments and support

    Implements ciphertext moduli switching to reduce noise growth and maintain precision during complex homomorphic computations.

    C++cryptographyencryptionhomomorphic-encryption
    Voir sur GitHub↗3,985
  1. Home
  2. Security & Cryptography
  3. Ciphertext Transformations

Explorer les sous-tags

  • Ciphertext Commitment TrackingArchiving and tracking cryptographic commitments of ciphertexts across different blockchain networks. **Distinct from Ciphertext Transformations:** Distinct from Ciphertext Transformations: focuses on the tracking and archiving of commitments rather than the mathematical transformation of data.
  • Ciphertext CompressionAlgorithms used to reduce the size of encrypted data and keys for efficient storage. **Distinct from Ciphertext Transformations:** Specifically targets the reduction of stored ciphertext size rather than mathematical transformations.
  • Ciphertext Logic OperationsThe ability to perform arithmetic and boolean logic directly on ciphertext without decryption. **Distinct from Ciphertext Transformations:** Focuses on computation over ciphertexts, whereas Ciphertext Transformations focuses on encoding/decoding plaintext to ciphertext.
  • Homomorphic Ciphertext ExecutionPerforming mathematical and logical operations directly on encrypted data without decryption. **Distinct from Ciphertext Transformations:** Distinct from Ciphertext Transformations: focuses on executing logic over ciphertexts (FHE) rather than just transforming plaintext to ciphertext.
  • Moduli SwitchingTechniques for transforming ciphertexts between different moduli to manage noise and computational overhead. **Distinct from Ciphertext Transformations:** A specific mathematical transformation for noise control, distinct from general plaintext-to-ciphertext encoding.