Block Size (cryptography) Article Index for
Block
Website Links For
Block
 

Information About

Block Size (cryptography)




Until the announcement of NIST's AES Contest , the majority of block ciphers followed the example of the DES in using a block size of 64 bits (8 Byte s). However the Birthday Paradox tells us that after accumulating a number of blocks equal to the Square Root of the total number possible, there will be an approximately 50% chance of two or more being the same, which would start to leak information about the message contents. Thus even when used with a proper Encryption Mode , only 2^{32} imes 8 B = 32 GB of data can be safely sent under one key. In practice we want odds a lot better than 50%, so we are restricted to much less data - say a few hundred megabytes. Once that seemed like a fair amount of data, but today it is easily exceeded. (If the cipher mode does not properly randomise the input, the limit is even worse).

Consequently AES candidates were required to support a block length of 128 bits (16 bytes). This should be acceptable for up to 2^{64} imes 16 B = 256 Exabyte s of data, and should suffice for quite a few years to come. The winner of the AES contest, Rijndael, supports block sizes of 128, 192, and 256 bits, although the extra block sizes were not adopted by the AES standard.

A few block ciphers, such as RC5 , support a variable block size. The Luby-Rackoff construction and the Outerbridge construction can both increase the effective block size of a cipher.

Joan Daemen 's 3-Way has an unusual 96-bit block size.