|
|
|
|
|
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.
|
|
|
|
|
|
How to encrypt text
1. Enter the information you want to encrypt in "Text you want to encrypt" area and press "Encrypt" button. 2. Enter password for encryption and confirm it. 3. Select if you want to use "Encrypt with password check confirmation" option or not and click "OK". For more information about "Encrypt with password check confirmation" option click here 4. For more security you can encrypt your text multiple times. Set the necessary number of passes for multiple encryption and click 'OK'. 5. Your text in the encrypted form appears in "Encrypted text" area.
|
|