Jump to content

Symmetric Algorithms

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WojPob (talk | contribs) at 12:13, 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)

Symmetric Algorithms use the same key to encrypt and decrypt the message (see CryptographY/Keys for details). They can be divided into stream CipheR's and block CipheR's. The former encrypts the bits of the plaintext one at a time, while the former takes a number of bits and encrypts them as a a single unit. Normally blocks of 64 bits are used. Symmetric Algorithms are faster to execute electronically than Asymmetric Algorithms.