|
|
|
|
|
RC4 Encryption
What is RC4 Encryption?
RC4 was developed by Ron Rivest in 1987. It is a variable-key-size stream cipher. The details of the algorithm have not been officially published. However, the algorithm's internals have been posted on the Internet, and the book Applied Cryptography contains its detailed description. The algorithm is extremely easy to describe and program.
|
|
|
Just like RC2, 40-bit RC4 is supported by the Microsoft Base Cryptographic provider, and the Enhanced provider allows keys in the range of 40 to 128 bits in 8-bit increments.
|
|
|
|
What is the maximum length of text I can encrypt?
If you use Encryption and Decryption Professional Edition: - For Windows Vista/XP/2003/2000 max length of text you can encrypt is 524224 characters. - For Windows 98/ME max length of text you can encrypt is 32704 characters. If you use Encryption and Decryption (free version): Max length of text you can encrypt is 255 characters
|
|
|