3 مستودعات
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.
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.
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.
SEAL هي مكتبة تشفير متماثل (Homomorphic Encryption) وإطار عمل تشفير بـ C++ يتيح إجراء عمليات رياضية على البيانات المشفرة دون الحاجة إلى فك التشفير. توفر مجموعة أدوات لإجراء عمليات الجمع والضرب على الأعداد الصحيحة والأرقام المركبة المشفرة لدعم الحوسبة التي تحافظ على الخصوصية. ينفذ إطار العمل مخططات BFV و CKKS، مما يسمح بكل من الحساب النمطي على الأعداد الصحيحة المشفرة والحساب التقريبي على أرقام الفاصلة العائمة ذات الدقة الثابتة. يتضمن أغلفة متخصصة لدمج سير عمل التشفير هذا في بيئات .NET ويدعم النشر عبر الأنظمة الأساسية لـ Android و iOS و WebAssembly. تدير المكتبة دقة الحوسبة والأمان من خلال تبديل معامل التشفير (Ciphertext moduli switching)، والتحكم في الضوضاء، والتحقق من معايير التشفير مقابل معايير الأمان. كما توفر أدوات لضغط النص المشفر وإنشاء هياكل تخزين مشفرة حيث لا يمكن لمزود الخدمة الوصول إلى مفاتيح فك التشفير.
Implements ciphertext moduli switching to reduce noise growth and maintain precision during complex homomorphic computations.