Encryption Algorithms

From
Revision as of 19:38, 29 January 2005 by Dan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Symmetric Cryptography

follows soon...

DES a symmetric algorithm

follows soon...

Asymmetric Cryptography

The concept of Asymetric Cryptography, also called Public Key Cryptography, was described for the first time by Whitfield Diffie and Martin Hellman in 1976. In contrast to the Symmetric Cryptography in which we have the same secret key for encryption and decryption, we now have one public key (ecncryption key) and one private key (decryption key) for each person . While the public key can be published to the whole world the private key is to be treaten as a secret and only the person knows it. An important characteristic of such a crypto system is that it is computationally infeasible to determine the private key given the corresponding public key.

RSA an asymmetric algorithm