Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 237 Bytes

File metadata and controls

5 lines (4 loc) · 237 Bytes

ElGamal-Encryption

Basic Java implementation of the ElGamal and Twin ElGamal systems. Uses algorithms from HAC, the default number of bits for the prime modulo is 512, although 2048 and higher is accepted as secure.