Cipher: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Sandy Harris
imported>Sandy Harris
Line 22: Line 22:


==Types of cipher==
==Types of cipher==
[[Block cipher]]s break data up into fixed-size blocks, 128 bits for [[AES]] and 64 bits for most of the block ciphers developed before AES.
[[Stream cipher]]s generate a pseudo-random stream of data under control of the key. This is combined with the plaintext — typically using some very simple operation such as bitwise XOR or bytewise additionn — to yield the ciphertext. To decrypt, use your copy of the key to generate the same pseudo-random data stream; then simply reverse the mixing transformation.


A [[one-time pad]], which is provably secure against cryptanalysis, has a totally random key of the same length of the message. It is not secure against theft or copying of the pad. Totally random key comes from physical phenomena, such as second by second counts of radioactive disintegrations or thermal noise; a presumed random source needs to be verified for randomness. <ref name=Knuth-II>{{citation
A [[one-time pad]], which is provably secure against cryptanalysis, has a totally random key of the same length of the message. It is not secure against theft or copying of the pad. Totally random key comes from physical phenomena, such as second by second counts of radioactive disintegrations or thermal noise; a presumed random source needs to be verified for randomness. <ref name=Knuth-II>{{citation

Revision as of 21:35, 1 August 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Information can be encrypted in two basic ways, cipher and code. Ciphers apply an algorithm and a cryptographic key to plaintext in the form of bits or characters; the process of encryption is unaware of linguistic structure such as words. It would make no difference to a cipher if its inputs were the complete works of William Shakespeare, a digitized image of a toxic waste dump, the closing price of every stock on the Tokyo stock exchange, or an order to invade Vatican City.

Most often, there is a one-to-one correspondence between the elements — bits or bytes — of the plaintext, although some ciphers insert nonsense padding into the ciphertext, to lessen the statistical relationship between plaintext and ciphertext. Padding that was mistaken for plaintext has changed the course of battles.

Another technique for hiding the real message content is called masking, which is used on dedicated communications channels. On a channel where there is no cost for transmission, essentially random noise, in the form that does not appear superficially different than the encrypted messages, is transmitted whenever there is no traffic to send.

Classical cipher components

There are two fundamental operations in ciphers, which strong systems combine. Substitution exchanges ciphertext for plaintext. As a trivial example, a substitution cipher could shift letters one place in the alphabet, so ZEBRAS would become AFCSBT. The other operation, transposition, changes the order of the plaintext elements. For example, a trivial transposition exchanges the order of each pair of letters, so ZEBRAS would become EZRBSA.

In real ciphers, the operations are combined. For example, if the above substitution is followed by transposition, ZEBRAS would become FASCTB. Transposition followed by substitution would convert ZEBRAS to FASCTB.

The example above is a monoalphabetic cipher; the same transformation is applied to each symbol of plaintext. For real use, you need polyalphabetic substitution with more than one transformation in play. As a trivial example, shift the odd letters one alphabetic place and the even letters two places, so that ZEBRAS becomes AGCTBU.

Real systems are more complex in several ways. Typically they work on chunks of plaintext far longer than the single word above. A key controls at least some of the operations; for example the amount to shift might be controlled by the key.

Design criteria

Some of the design objectives are usually described as confusion and diffusion, following a famous paper of Claude Shannon. Very roughly, substitution provides confusion while transposition or other mixing operations provide diffusion.

Another key design criterion is known as Kerckhoffs' principle after a 19th century military cryptanalyst. A cipher must be secure even when the enemy knows everything except the key. A serious enemy will discover everything else — capture your cipher machines, employ spies, bribe or blackmail your people, run your software under control of a debugger, build a test rig and write programs to test your hardware — whatever it takes. If your cipher is not secure even when the enemy knows all the internal details except the key, then it is worthless.

Types of cipher

Block ciphers break data up into fixed-size blocks, 128 bits for AES and 64 bits for most of the block ciphers developed before AES.

Stream ciphers generate a pseudo-random stream of data under control of the key. This is combined with the plaintext — typically using some very simple operation such as bitwise XOR or bytewise additionn — to yield the ciphertext. To decrypt, use your copy of the key to generate the same pseudo-random data stream; then simply reverse the mixing transformation.

A one-time pad, which is provably secure against cryptanalysis, has a totally random key of the same length of the message. It is not secure against theft or copying of the pad. Totally random key comes from physical phenomena, such as second by second counts of radioactive disintegrations or thermal noise; a presumed random source needs to be verified for randomness. [1]

Anyone who considers arithmetical method of producing random digits is, of course, in a state of sin — John von Neumann (1951)

A one-time pad must absolutely, positively, be used only once. Even two uses, with different plaintext, can provide a break into the messages and even the system, as the Soviet Union learned when VENONA was revealed. [2] The key, of course, need not be on a paper pad; dense storage such as pairs of optical disks, destroyed as soon as used, is a more practical means of one-time key distribution.

  1. Knuth, Donald (3rd Edition, 1998), Chapter III, Random Numbers, The Art of Computer Programming, Volume II: Seminumerical Algorithms, Addison-Wesley
  2. National Security Agency, VENONA