Elgamal Cryptographic System
1. Elgamal Cryptographic System : In 1984, T. Elgamal announced a public Key scheme based on discrete logarithms closely related to Diffie Hellman technique. This uses in some form in a number of standards including the digital signature(DSS) and the S/MIME e-mail standard. Global Public Elements q Prime number α α < q and α a primitive root of q. Key Generation by Alice Select Private Key Xa Xa < q-1 Calculate Ya Ya = α ^(Xa) mod q Public Key {q, α , Ya} Private Key Xa Encryption by Bob with Alice’s Public Key Plaintext M < q Select random integer K K < q Calculate K ...