elgamal-encryption
There are 66 repositories under elgamal-encryption topic.
adwise-fiu/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
lonkey/simple-cryptographic-algorithms
Python library for demonstrating the functionality of common cryptographic algorithms
slowli/elastic-elgamal
ElGamal encryption and related zero-knowledge proofs
anarvote/helios_lib
Helios Server (Helios is an end-to-end verifiable voting system) as library
trhgquan/crypto
Cài đặt thuật & tóm tắt lí thuyết Mã hóa mật mã - fit@hcmus
Yash0day/ElgamalEncryption-using-ECC
Elgamal Encryption using Elliptic Curve Cryptography in Python 2.7
AhmedIssa11/Real-Time-Secure-Chat-Application
real-time secure chat application from scratch with end-to-end encryption
mubix/elgamalcrypto
Simple Python Elgamal Encryption and Decryption Tool
N1ghtF1re/Public-Key-Ciphers
The implementation of the public key ciphers: Elgamal
debjitbis08/elgamal-demo
This is a small application to understand how Elgamal encryption works.
Tenemo/threshold-elgamal
Threshold ElGamal encryption implementation in TypeScript
garghub/Encryption-Decryption-ManInTheMiddle
Python project(s)
Stephan-adj/CrackingCryptosystem
A short code to crack Experimental ElGamal cryptosystem and Rabin’s method.
victor-armegioiu/ElGamal-Encrypted-Text-Hidden-via-Steganography
Elgamal encrypted text hidden within pixels of images
DavidFM43/enigma
Enigma is a web-based cryptography tool that allows you to encrypt, decrypt, and attack texts and images using a variety of classic and modern ciphers, including block ciphers.
mcoric96/Cryptography
Cryptography course - Cryptography modules - classic chipers - DES function f - Number theory module
Premchand95/Cryptography-Algorithms-in-Python
CSCI 55500 Cryptography
RomRL/secure-delivery-messages
An Application for secure delivery messages, encr/decr with Serpent in CBC mode + El-Gamal secret key delivery + ECDSA signature for a secure chat
adrianperezkeilty/Mathematical-Cryptography
Mathematical cryptography (custom implementations).
juliorodrigues07/homomorphic_ecc_elgamal
Implementação de métodos de encriptação e decriptação homomórfica utilizando a cifra El Gamal sobre curvas elípticas.
ricardojoserf/elgamal-golang
A Golang implementation of Elgamal algorithm: encryption, decryption and signature generation and verification
ritu-thombre99/El-Gamal-and-RSA-scheme-with-Socket-Programming
This program contains socket programming where communication between client and server is end-to-end encrypted by El-Gamal public-key encryption scheme.
brosgor/elgamal-api
Sistema de login que implementa el algoritmo de cifrado ElGamal para garantizar la autenticación segura de usuarios. Las credenciales se encriptan con claves asimétricas, ofreciendo protección robusta contra la interceptación y el acceso no autorizado.
denkochev/ELGamal
This repo contains implementation for the full cycle ELGamal scheme algorithms working with bigInts. For digest function was used SHA256. Package contains group parameters generator (working on fast PCs only).
kivyfreakt/elgamal-site
Интерактивный сайт для изучения алгоритма Эль-Гамаля
kuanhungchen/Spring-2021-Network-Security
🔐 Implementation of encryption algorithms such as AES, Miller-Rabin and Elliptic Curve ElGamal.
mayank0403/CryptoPals-Set-8-Solutions
My implementations of the solutions of Cryptopals problems from the hardest set i.e. set 8
mouadennasri/MSSI_DigitalSignature
Digigtal signature implementation, RSA, ElGamal, ECDSA
natalita84/Public-Key-Encryption-Elgamal-RSA-ni-KEP
ElGamal, RSA and ni-KEP algorithm. Exchange of keys through sockets, Client-Server. Connection to database to save times.
RichardKavanagh/cryptography-and-security-protocols
Work from my cryptography module at DCU, a naive implementation of AES encryption & ElGamal signature scheme
rihemebh/Pentbox-INSAT
A menu app using python that allows you to make a 2-factor authentication + hashing ,encryption, encoding of a message + chatroom with rsa
SeanAtho/RMIT-Security-in-Computing-and-IT-ElGamalEncryption-Enhancement
Java implementation of ElGamal public key encryption. Accepts user inputs for keys & message, performs encryption & decryption, and outputs results. Ideal for learning cryptography basics.
Shigoto-dev19/classic-elgamal-circom
This repository is featuring a classic ElGamal Scheme implementation in Circom with focus on experimenting with exponentiation in a circuit. Note that this implementation is intentionally insecure and designed for educational purposes.
ware255/ElGamal-Cipher
FortranでElGamal暗号を実装してみました。
yangfh2004/pollard_rho
A rust implementation of pollard rho algorithm using rug (gdm) library