elgamal
There are 135 repositories under elgamal topic.
xelis-project/xelis-blockchain
A private blockDAG with Homomorphic Encryption and Smart Contracts
serengil/crypto
Elliptic Curve Cryptography and Common Public Key Cryptography Implementations
jasonkresch/protect
A Platform for Robust Threshold Cryptography based on Asynchronous Publicly Verifiable Secret Sharing with Tunable Security
serengil/LightPHE
A Lightweight Partially Homomorphic Encryption Library for Python
adwise-fiu/Ciphercraft
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
jerson/react-native-fast-openpgp
OpenPGP for react native made with golang for fast performance
lc6chang/ecc-pycrypto
A Python package for Elliptic Curve Cryptography (ECC), supporting ElGamal, ECDH and ECDSA.
OpenCryptoProject/Myst
Secure Multiparty Key Generation, Signature and Decryption javacard applet
sionpardosi/Pengembangan-Aplikasi-Enkripsi-dan-Steganografi-Playfair-ElGamal-dan-LSB
Development of an Encryption and Steganography Application: Playfair, ElGamal, and LSB in Software Security - Aplikasi Enkripsi dan Steganografi: Playfair, ElGamal, dan LSB dalam Keamanan Perangkat Lunak
theogobinet/Katsumi
Cryptography project carried out at the UTT for the GS15 course in fall 2020 (A20).
paulmillr/micro-rsa-dsa-dh
Minimal JS implementation of older cryptography algorithms: RSA, DSA, DH.
lonkey/simple-cryptographic-algorithms
Python library for demonstrating the functionality of common cryptographic algorithms
aprismatic/elgamal
Extension for the .NET Framework cryptography subsystem, which introduces the ElGamal public key cryptosystem with support for homomorphic multiplication.
meck93/evote-crypto
Cryptographic library written in JavaScript. Created at UZH as a part of an E-Voting project.
podkidyshev/cryptographic_methods
Saratov State University, CSIT. Discipline "cryptographic methods of information security" (криптографические методы защиты информации, rus)
verificatum/verificatum-vjsc
NEWS! We will soon release a TypeScript transpilation and improvement of this library. Self-contained cryptographic library for use in electronic voting clients. Complete documentation with references to the literature makes it good teaching material.
trhgquan/crypto
Cài đặt thuật & tóm tắt lí thuyết Mã hóa mật mã - fit@hcmus
anarvote/helios_lib
Helios Server (Helios is an end-to-end verifiable voting system) as library
GaspareG/EccLib
Java library for Elliptic Curve Cryptography
DhruvDixitDD/ElGamal-based-Elliptic-Curve-Cryptography
The repository consists of Python & C++ implementation of ElGamal based Elliptic Curve Cryptography. Any suggestions and improvements will be appreciated!
mahmoudai1/secure-chat
Secure Chatting Application developed by PHP and JavaScript.
mubix/elgamalcrypto
Simple Python Elgamal Encryption and Decryption Tool
xieincz/Cryptography
C++ implementation of cryptographic algorithms such as AES, DES, RSA, DSA, ECC (elliptic curve), MD5, Diffie_Hellman, ElGamal, Caesar cipher, and shift cipher. AES、DES、RSA、DSA、ECC(椭圆曲线)、MD5、Diffie_Hellman、ElGamal、凯撒密码、移位密码等密码学算法的C++实现。
jar0l/crypto
Cross-platform Crypto Tool
PeaceFounder/ShuffleProofs.jl
Verificatum compatible verifier and prover for NIZK proofs of shuffle
Tenemo/threshold-elgamal
A TypeScript library with functions implementing selected ElGamal cryptographic algorithms on top of native JavaScript BigInteger. Its core includes key generation, encryption, and decryption. It is extended with support for threshold encryption. Supports Node.js and the browser. Used by https://sealed.vote.
warun1801/Multi-user-Searchable-Encryption-for-SQL-Queries
Implementation of Multi User SQL Searchable Encryption Scheme
1nfocalypse/CryptoWriteup
A collection of notes on mathematical Cryptography, ranging from classical methods through contemporary.
DECODEproject/zenroomjs
zenroomjs :accept: provides a javascript wrapper of zenroom, a secure and small virtual machine for crypto language processing
N1ghtF1re/Public-Key-Ciphers
The implementation of the public key ciphers: Elgamal
DECODEproject/zenroom-py
:snake: Python facilitation wrapper to embed :lock: Zenroom
garghub/Encryption-Decryption-ManInTheMiddle
Python project(s)
provotum/crypto-rs
Additivie Homomorphic ElGamal encryption with range zero-knowledge proof and universal cast-as-intended proofs
provotum/security
The ElGamal encryption and proof components
trizin/homomorphic-voting-on-evm-with-zkp
An implementation of a secure, stake-weighted voting system on any EVM-compatible blockchain, leveraging Elliptic Curve Cryptography, ElGamal encryption, and Disjunctive Chaum-Pedersen Zero-Knowledge Proof for vote validation.