RC4(2)RC4(2)
NAME
setupRC4state, rc4, rc4skip, rc4back - alleged rc4 encryption
SYNOPSIS
void setupRC4state(RC4state *s, uchar *seed, int slen)
void rc4(RC4state *s, uchar *data, int dlen)
void rc4skip(RC4state *s, int nbytes)
void rc4back(RC4state *s, int nbytes)
DESCRIPTION
This is an algorithm alleged to be Rivest’s RC4 encryption function. It is
a pseudo-random number generator with a 256 byte state and a long
cycle. The input buffer is XOR’d with the output of the
generator both to encrypt and to decrypt. The seed, entered
using