Jump to content

Symmetric-key algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Taw (talk | contribs) at 21:44, 23 October 2001 (format fix). 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 are algorithms for cryptography that use the same key to encrypt and decrypt the message (see Cryptography/Keys). They can be divided into stream Ciphers and block Ciphers. 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.