Member-only story
ElGamal Encryption
Making Public Key Work …
1 min readApr 23, 2019
There are three main methods of creating public key encryption; RSA (based on prime number factorization); Elliptic Curve; and Discrete Logarithms (ElGamal). So here’s an overview of ElGamal using Python: