Jump to content

Asymmetric key algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WojPob (talk | contribs) at 12:12, 21 February 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Asymmetric Algorithms use two different keys to encrypt and decrypt the plaintext (see CryptographY/Keys for details). They are mostly slower to execute electronically than Symmetric Algorithms. Very often a combination of both is used; a public key is used to encrypt a secret encryption key, and then the secret key is used to encrypt the the plaintext using a symmetric algorithm.