Hello,
In every WEP documentation it is explained that the Cypherstream is calculated by:
RC4(k||IV). Where || is the concatenation operator.
But RC4 is a function which takes as arguments a plaintext and a key. RC4(M,k).
So how is it done exactly ...
In every WEP documentation it is explained that the Cypherstream is calculated by:
RC4(k||IV). Where || is the concatenation operator.
But RC4 is a function which takes as arguments a plaintext and a key. RC4(M,k).
So how is it done exactly ...