[Home]Block cipher

HomePage | Recent Changes | Preferences

Showing revision 1
A block cipher is a particular kind of cipher. For the purposes of ciphers, and other general issues see the cipher article. This article is only about issues specific to block ciphers.

A block cipher is a mathematical function, typically implemented in modern times by a computer program function, that takes two inputs and produces two outputs. The two inputs are called the "plaintext block" and the "key". The output is called the "ciphertext block". Typically each input and output consists of a certain number of [[bit]s, with the plaintext block and ciphertext block the same size, and the key perhaps of the same size, or perhaps different. There are certain requirements on the function. These are probably the most important:

  1. Knowing both the plaintext block and the key, it must be easy (for a computer) to calculate the ciphertext block.

  1. Knowing both the ciphertext block and the key, it must be easy (for a computer) to calculate the plaintext block.

  1. Knowing both the plaintext block and the ciphertext block, it must be as difficult as possible (for a team of highly paid experts with many computers) to find the key.

The notions of "easy" and "difficult" are not precise, well defined concepts in this context. Rather, they are currently pragmatic notions based on real-world practicalities.

The first well known and widely used block cipher was DES, which began to be used circa 1976. From then until the end of the twentieth century, it became customary for block ciphers to have a block size of 64 bits, and a key size of at least 56 bits, with 64 or 128 bits perhaps being most common except for DES. In the USSR, a cipher called [GOST block cipher]? was probably quite widely used, though it is little known in the West. It had a block size of 64 bits and a key of 256 bits.


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited November 10, 2001 8:27 pm by 203.37.81.xxx (diff)
Search: