Crypto Wiki

In cryptography, the McEliece cryptosystem is an asymmetric encryption algorithm developed in 1978 by Robert McEliece.[1] It was the first such scheme to use randomization in the encryption process. The algorithm has never gained much acceptance in the cryptographic community but is a candidate for 'post-quantum cryptography' as it is immune to attacks using Shor's algorithm and – more generally – measuring coset states using Fourier sampling.[2] A recent improvement of an information-set decoding algorithm for quantum computing, however, requires key sizes to be increased by a factor of four.[3]

The algorithm is based on the hardness of decoding a general linear code (which is known to be NP-hard[4]). For a description of the private key, an error-correcting code is selected for which an efficient decoding algorithm is known, and which is able to correct errors. The original algorithm uses binary Goppa codes (subfield codes of geometric Goppa codes of a genus-0 curve over finite fields of characteristic 2); these codes are easy to decode thanks to an efficient algorithm due to Patterson.[5] The public key is derived from the private key by disguising the selected code as a general linear code. For this, the code's generator matrix is perturbated by two randomly selected invertible matrices and (see below).

Variants of this cryptosystem exist, using different types of codes. Most of them were proven less secure; they were broken by structural decoding.

McEliece with Goppa codes has resisted cryptanalysis so far. The most effective attacks known use information set decoding algorithms. A recent paper describes both an attack and a fix.[6] Another paper shows that for quantum computing key sizes must be increased by a factor of four due to improvements in information set decoding.[3]

The McEliece cryptosystem has some advantages over, for example, RSA. The encryption and decryption are faster (for comparative benchmarks see the eBATS benchmarking project at bench.cr.yp.to) and with the growth of the key size, the security grows much faster. For a long time it was thought that McEliece could not be used to produce signatures. However, a signature scheme can be constructed based on the Niederreiter scheme, the dual variant of the McEliece scheme. One of the main disadvantages of McEliece is that the private and public keys are large matrices. For a standard selection of parameters, the public key is 512 kilobits long. This is why the algorithm is rarely used in practice. One exceptional case that uses McEliece for encryption is the Freenet-like application Entropy.[7]

Scheme definition[]

McEliece consists of three algorithms: a probabilistic key generation algorithm which produces a public and a private key, a probabilistic encryption algorithm, and a deterministic decryption algorithm.

All users in a McEliece deployment share a set of common security parameters: .

Key generation[]

  1. Alice selects a binary -linear code capable of correcting errors. This code must possess an efficient decoding algorithm and generates a generator matrix for the code .
  2. Alice selects a random binary non-singular matrix .
  3. Alice selects a random permutation matrix .
  4. Alice computes the matrix .
  5. Alice’s public key is ; her private key is .

Message encryption[]

Suppose Bob wishes to send a message m to Alice whose public key is :

  1. Bob encodes the message m as a binary string of length .
  2. Bob computes the vector .
  3. Bob generates a random -bit vector containing exactly ones (a vector of length and weight )[1]
  4. Bob computes the ciphertext as .

Message decryption[]

Upon receipt of , Alice performs the following steps to decrypt the message:

  1. Alice computes the inverse of .
  2. Alice computes .
  3. Alice uses the decoding algorithm for the code to decode to .
  4. Alice computes .

Proof of message decryption[]

Note that , and that is a permutation matrix, thus has weight at most .

The Goppa code can correct up to errors, and the word is at distance at most from . Therefore, the correct code word is obtained.

Multiplying with the inverse of gives , which is the plain text message.

Key sizes[]

McEliece originally suggested security parameter sizes of , resulting in a public key size of 524*(1024-524) = 262,000 bits.[1] Recent analysis suggests parameter sizes of for 80 bits of security when using standard algebraic decoding, or when using list decoding for the Goppa code, giving rise to public key sizes of 520,047 respectively 460,647 bits.[6]

Attacks[]

A successful attack of an adversary knowing the public key but not the private key results in deducing plaintext from some intercepted ciphertext . Such attempts must be infeasible. This section discusses attack strategies against the McEliece cryptosystem described in the literature.

Brute force[]

An attacker may try to find out what is, and so be able to use the Patterson algorithm.[5] This is unlikely to succeed for large values of n and t, since there are just too many possibilities for , and .

A strategy that does not require is based on the concept of information set decoding. McEliece mentioned a simple form of this attack: selecting k of the n coordinates randomly in hope that none of the k are in error (i.e., for none of the selected coordinates the vector has a 1-bit), and under this assumption calculate m. However, if the parameters k, n and t are carefully chosen, the probability of no error in this set of k elements is , and thus is negligible.

Information set decoding[]

Information set decoding algorithms have turned out to be the most effective attacks against the McEliece and Niederreiter cryptosystems. Various forms have been introduced. An effective method is based on finding minimum- or low-weight codewords (see, for example, Template:Harvnb[8]). In 2008, Bernstein, Lange and Peters[6] described a practical attack on the original McEliece cryptosystem, based on finding low-weight code words using an algorithm published by Jacques Stern in 1989.[9] Using the parameters originally suggested by McEliece, the attack could be carried out in 260.55 bit operations. Since the attack is embarrassingly parallel (no communication between nodes is necessary), it can be carried out in days on modest computer clusters.

Notes[]

  1. 1.0 1.1 1.2 See Template:Harv
  2. Template:Cite paper
  3. 3.0 3.1 Template:Cite report
  4. Template:Cite journal
  5. 5.0 5.1 Template:Cite journal
  6. 6.0 6.1 6.2 Template:Cite journal
  7. Template:Cite news
  8. Template:Cite journal
  9. Template:Cite journal

References[]

External links[]

fr:Cryptosystème de McEliece ko:매켈리스 암호체계 nl:McEliece cryptosysteem pl:Algorytm McEliece'a ru:McEliece