Suppose that the state vector S is 4 bits.
We will operate on 3-bits of plaintext at a time.
Assume that we use a 3 x 3-bit key, K, and plaintext P as below:
K=[ 2 4 1]
P=[ 1 5 3]

Encrypt P using RC4 method?