Statistical weaknesses in the alleged RC4 keystream generator

نویسنده

  • Marina Pudovkina
چکیده

A large number of stream cipher were proposed and implemented over the last twenty years. In 1987 Rivest designed the RC4 stream cipher, which was based on a different and more software friendly paradigm. It was integrated into Microsoft Windows, Lotus Notes, Apple AOCE, Oracle Secure SQL, and many other applications, and has thus become the most widely used a software-based stream cipher. In this paper we describe some properties of an output sequence of RC4. It is proved that the distribution of first, second output values of RC4 and digraphs are not uniform, which makes RC4 trivial to distinguish between short outputs of RC4 and random strings by analyzing their first, or second output values of RC4 or digraphs. 1. Introduction A large number of stream cipher were proposed and implemented over the last twenty years. Most of these cipher were based on various combinations of linear feedback shift registers, which were easy to implement in hardware, but relatively slow in software. In 1987 R. Rivest designed the RC4 stream cipher, which was based on a different and more software friendly paradigm. Its design was kept a trade secret until 1994. An anonymous source claimed to have reverseengineered this algorithm, and published an alleged specification of it in 1994 [1]. It was integrated into Microsoft Windows, Lotus Notes, Apple AOCE, Oracle Secure SQL, and many other applications, and has thus become the most widely used a software-based stream cipher. The alleged RC4 keystream generator is an algorithm for generating an arbitrarily long pseudorandom sequences based on a variable length key. The pseudorandom sequence is conjectured to be cryptographically secure for using in a stream cipher. RC4 is in fact a family of algorithms indexed by parameter m, which is a positive integer. The value of m=256 is of greatest interest, as this is value used by all known RC4 applications. In this paper we describe some properties of an output sequence of RC4. It is proved that the distribution of first, second output values of RC4 and digraphs are not uniform. Also we obtain generalizations results of Fluhrer S.R., McGrew D [2] and Mantin I., Shamir A. [3] for different initial values of i0 and j0. The following standard notation will be used throughout: 1. N ={1,2,….}, 2. Zm={0,1,…,m–1}, 3. Sm the set of all possible permutations of Zm. 2. Description of the RC4 cipher The RC4 stream cipher is modeled a finite automata Ag= (F, f , Zm×Zm×Sm, Zm), where F: Zm×Zm×Sm→Zm×Zm×Sm is a next-state function, f: Zm×Zm×Sm→Zm is an output function. The RC4 stream cipher depends on m=2, n∈N . The state of the RC4 cipher at time t is (it, jt, st)∈Zm×Zm×Sm and the initial state is (0, 0, s0,). Consider the RC4 cipher at time t (t=1,2….). The next-state function F 2 1. it= it–1+1 (mod m ); 2. jt = jt–1+ st–1[it] (mod m ); 3. st[it]= st–1[jt], st[jt]= st–1[it]; 4. st[r]= st–1[r], r= 1 , 0 − m \{it, jt}. The output function f Output: zt= st[( st[jt]+ st[it] )(mod m)]. Encryption xt: ct=xt⊕ zt. Decryption ct: xt=ct⊕ zt. 3. Description of the used probabilistic model We will use the following probabilistic model. Assume that the permutation s0∈Sm is randomly chosen from Sm, i.e. P{s=s0}=1/m!. Consider a probabilistic model without replacement. Then P{s0[r]=a}=1/m, r= 1 , 0 − m , P{s0[rk]=ak |s0[rk–1]=ak–1,…,s0[r1]=a1}= k m − 1 , where {a1,…,ak}⊆{0,…,m–1}, {r1,…,rk}⊆{0,…,m–1}, |{a1,…, ak}|=|{r1,…,rk}|=k. Let us suppose that P{s=s1}=1/m! и P{s1[r]=a}=1/m, r= 1 , 0 − m , P{ s1[rk]=ak | s1[rk-1]=ak-1, …, s1[r1]=a1}= k m − 1 and s1 does not depend on j. Note that j1= j0+s0[i1]= j0+s1[j1]= j0+s0[j0+s1[j1]] и γ1= ( s0[i1]+ s0[j1]) (mod m)= ( s1[i1]+ s1[j1]) (mod m)= ( s1[i1]+ s1[j0+s1[j1]]) (mod m). Proposition 1. Assume that the permutation s0∈Sm is randomly chosen from Sm and γ= (s0[i1]+ s0[j1]) (mod m). 1. If m=1 (mod 2), then a) P{γ=k}= m 1 – ) 1 ( 1 − m m for k ≠2(i1-j0), b) P{γ=2(i1-j0)}= m 2 . 2. If m=0 (mod 2), then a) P{γ=k}= m 1 – ) 1 ( 2 − m m for k=0 (mod 2), k≠2(i1-j0), b) P{γ=k}= m 1 for k=1 (mod 2), c) P{γ=2(i1–j0)}= m 2 . Proof. Using γ=(s0[i1]+s0[j1]) (mod m)=(s1[i1]+ s1[j1])(mod m)=(s1[i1]+s1[j0+s1[j1]])(mod m), we get P{γ=k}=∑ −

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

منابع مشابه

VMPC One-Way Function and Stream Cipher

A simple one-way function along with its proposed application in symmetric cryptography is described. The function is computable with three elementary operations on permutations per byte. Inverting the function, using the most efficient method known to the author, is estimated to require an average computational effort of about 2 operations. The proposed stream cipher based on the function was ...

متن کامل

Predicting and Distinguishing Attacks on RC4 Keystream Generator

In this paper we analyze the statistical distribution of the keystream generator used by the stream ciphers RC4 and RC4A. Our first result is the discovery of statistical biases of the digraphs distribution of RC4/RC4A generated streams, where digraphs tend to repeat with short gaps between them. We show how an attacker can use these biased patterns to distinguish RC4 keystreams of 2 bytes and ...

متن کامل

A New Weakness in the RC4 Keystream Generator and an Approach to Improve the Security of the Cipher

The paper presents a new statistical bias in the distribution of the first two output bytes of the RC4 keystream generator. The number of outputs required to reliably distinguish RC4 outputs from random strings using this bias is only 2 bytes. Most importantly, the bias does not disappear even if the initial 256 bytes are dropped. This paper also proposes a new pseudorandom bit generator, named...

متن کامل

A 32-bit RC4-like Keystream Generator

In this paper we propose a new 32-bit RC4 like keystream generator. The proposed generator produces 32 bits in each iteration and can be implemented in software with reasonable memory requirements. Our experiments show that this generator is 3.2 times faster than original 8-bit RC4. It has a huge internal state and offers higher resistance against state recovery attacks than the original 8-bit ...

متن کامل

Linear models for a time-variant permutation generator

A keystream generator, known as RC4, consisting of a permutation table that slowly varies in time under the control of itself, is analyzed by the linear model approach. The objective is to find linear relations among the keystream bits that hold with probability different from one half by using the linear sequential circuit approximation method. To estimate the corresponding correlation coeffic...

متن کامل

ذخیره در منابع من


  با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

عنوان ژورنال:
  • IACR Cryptology ePrint Archive

دوره 2002  شماره 

صفحات  -

تاریخ انتشار 2002