cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
326
Views
0
Helpful
1
Replies

rc4

zaqtivi
Level 1
Level 1

could someone tell me what is rc4 or stream cipher ?

1 Reply 1

sbilgi
Level 5
Level 5

RC4(Rons code # 4) is a stream cipher symmetric key algorithm.

RC4 uses a variable length key from 1 to 256 bytes to initialize a 256-byte state table. The state table is used for subsequent generation of pseudo-random bytes and then to generate a pseudo-random stream which is XORed with the plaintext to give the ciphertext. Each element in the state table is swapped at least once.

The RC4 key is often limited to 40 bits, because of export restrictions but it is sometimes used as a 128 bit key. It has the capability of using keys between 1 and 2048 bits. RC4 is used in many commercial software packages such as Lotus Notes and Oracle Secure SQL. It is also part of the Cellular Specification.

Check here for more information:

http://www.ncat.edu/~grogans/main.htm

Review Cisco Networking for a $25 gift card