RC4.php
Pure-PHP implementation of RC4.
Uses mcrypt, if available, and an internal implementation, otherwise.
PHP version 5
Useful resources are as follows:
RC4 is also known as ARCFOUR or ARC4. The reason is elaborated upon at Wikipedia. This class is named RC4 and not ARCFOUR or ARC4 because RC4 is how it is referred to in the SSH1 specification.
Here's a short example of how to use this library:
Tags
Table of Contents
Classes
- RC4
- Pure-PHP implementation of RC4.