The GOST block cipher (Magma), defined in the standard GOST 28147-89 (RFC 5830), is a Soviet and Russian government standard
symmetric key block cipher
In cryptography, a block cipher is a deterministic algorithm operating on fixed-length groups of bits, called ''blocks''. Block ciphers are specified cryptographic primitive, elementary components in the design of many cryptographic protocols and ...
with a block size of 64 bits. The original standard, published in 1989, did not give the cipher any name, but the most recent revision of the standard, GOST R 34.12-2015 (RFC 7801, RFC 8891), specifies that it may be referred to as Magma.
The
GOST hash function is based on this cipher. The new standard also specifies a new 128-bit block cipher called
Kuznyechik.
Developed in the 1970s, the standard had been marked "Top Secret" and then downgraded to "Secret" in 1990. Shortly after the dissolution of the
USSR
The Soviet Union,. officially the Union of Soviet Socialist Republics. (USSR),. was a transcontinental country that spanned much of Eurasia from 1922 to 1991. A flagship communist state, it was nominally a federal union of fifteen nation ...
, it was declassified and it was released to the public in 1994. GOST 28147 was a Soviet alternative to the
United States
The United States of America (U.S.A. or USA), commonly known as the United States (U.S. or US) or America, is a country primarily located in North America. It consists of 50 U.S. state, states, a Washington, D.C., federal district, five ma ...
standard algorithm,
DES.
[
] Thus, the two are very similar in structure.
The algorithm
GOST has a 64-bit
block size and a
key length of 256 bits. Its
S-boxes can be secret, and they contain about 354 (log
2(16!
8)) bits of secret information, so the effective key size can be increased to 610 bits; however, a chosen-key attack can recover the contents of the S-boxes in approximately 2
32 encryptions.
GOST is a
Feistel network of 32 rounds. Its round function is very simple: add a 32-bit subkey
modulo
In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation).
Given two positive numbers and , modulo (often abbreviated as ) is t ...
2
32, put the result through a layer of S-boxes, and rotate that result left by 11 bits. The result of that is the output of the round function. In the adjacent diagram, one line represents 32 bits.
The subkeys are chosen in a pre-specified order. The key schedule is very simple: break the 256-bit key into eight 32-bit subkeys, and each subkey is used four times in the algorithm; the first 24 rounds use the key words in order, the last 8 rounds use them in reverse order.
The S-boxes accept a four-bit input and produce a four-bit output. The S-box substitution in the round function consists of eight 4 × 4 S-boxes. The S-boxes are implementation-dependent, thus parties that want to secure their communications using GOST must be using the same S-boxes. For extra security, the S-boxes can be kept secret. In the original standard where GOST was specified, no S-boxes were given, but they were to be supplied somehow. This led to speculation that organizations the government wished to spy on were given weak S-boxes. One GOST chip manufacturer reported that he generated S-boxes himself using a
pseudorandom number generator.
[
]
For example, the
Central Bank of Russian Federation used the following S-boxes:
However, the most recent revision of the standard, GOST R 34.12-2015, adds the missing S-box specification and defines it as follows.
Cryptanalysis of GOST
The latest cryptanalysis of GOST shows that it is secure in a theoretical sense. In practice, the data and memory complexity of the best published attacks has reached the level of practical, while the time complexity of even the best attack is still 2
192 when 2
64 data is available.
Since 2007, several attacks have been developed against reduced-round GOST implementations and/or
weak keys.
In 2011 several authors discovered more significant flaws in GOST, being able to attack the full 32-round GOST with arbitrary keys for the first time. It has even been called "a deeply flawed cipher" by
Nicolas Courtois. Initial attacks were able to reduce time complexity from 2
256 to 2
228 at the cost of huge memory requirements, and soon they were improved up to 2
178 time complexity (at the cost of 2
70 memory and 2
64 data).
In December 2012, Courtois, Gawinecki, and Song improved attacks on GOST by computing only 2
101 GOST rounds. Isobe had already published a single key attack on the full GOST cipher, which Dinur, Dunkelman, and Shamir improved upon, reaching 2
224 time complexity for 2
32 data and 2
36 memory, and 2
192 time complexity for 2
64 data.
Since the attacks reduce the expected strength from 2
256 (key length) to around 2
178, the cipher can be considered broken. However, for any block cipher with block size of n bits, the maximum amount of plaintext that can be encrypted before rekeying must take place is 2
n/2 blocks, due to the
birthday paradox,
[
] and none of the aforementioned attacks require less than 2
32 data.
See also
*
GOST standards
References
Further reading
*
*
*
*
External links
Description, texts of the standard, online GOST encrypt and decrypt toolsAn open source implementation of PKCS#11 software device with Russian GOST cryptography standards capabilities*https://github.com/gost-engine/engine — open-source implementation of Russian GOST cryptography for OpenSSL.
{{Cryptography navbox , block
Broken block ciphers
Feistel ciphers
GOST standards