ElGamal Encryption

Making Public Key Work …

ElGamal Encryption

Making Public Key Work …

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:

And a demo here: