Block-Chaining Ciphers

0 Conversations

What is a Block-Chaining Cipher?

A block-chaining, or feedback, cipher is a type of block cipher in which some portion of the previous encryption block is used to modify the current encryption block. Essentially it takes a monoalphabetic cipher with a large blocklength and makes it polyalphabetic. Generally polyalphabetic ciphers are more secure than monoalphabetic ciphers and generally longer blocklengths are more secure than shorter blocklengths so to combine a large block with a huge potential range of alphabets should provide a truly difficult challenge for a cryptanalyst.

The most common form of block-chaining cipher is known as CBC1 and functions simply by carrying out an XOR with the current plaintext block and the previous ciphertext block. The result is then encrypted to become the next ciphertext block. This is a form of autokey encryption.

The vast majority of computer block ciphers use some form of block-chaining, even DES has that facility though most implementations have been in ECB2 mode.

AES

AES was established as the winner of a competition to find a replacement for the ageing DES. The eventual winner was an algorithm called Rijndael, designed by two Belgian academics.

To a mathematician, AES is a beautiful algorithm, elegant and deceptively simple, but more than that AES is capable of resisting all attempts at cryptanalysis for the forseeable future. It is a 128bit cipher with a 256bit keyspace, where DES was only 64bit with a 56bit keyspace and it resists types of theoretical attack not even discovered when DES was selected.

The Statistics of AES

  • Alphabets: Approaching 1039
  • Blocklength: 16
  • Keyspace: Over 1077
1Cipher Block Chaining2Electronic Code Book

Bookmark on your Personal Space


Conversations About This Entry

There are no Conversations for this Entry

Entry

A611272

Infinite Improbability Drive

Infinite Improbability Drive

Read a random Edited Entry


Written and Edited by

Disclaimer

h2g2 is created by h2g2's users, who are members of the public. The views expressed are theirs and unless specifically stated are not those of the Not Panicking Ltd. Unlike Edited Entries, Entries have not been checked by an Editor. If you consider any Entry to be in breach of the site's House Rules, please register a complaint. For any other comments, please visit the Feedback page.

Write an Entry

"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."

Write an entry
Read more