This class can be used to crypt and decrypt data with RC4 algorithm using pure PHP code.
It takes an given string of data and encrypts it with a given key.
The class can also do the opposite, i.e. decrypt the encrypted data with the same key.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
example.php |
Example |
Class example |
RC4.php |
Class |
Class implementation |