A very easy to use RC4 function, written entirely in php, using the function on plaintext returns the Encrypted string and using it on encrypted text returns the plaintext...
its that simple. The security of the algorythmn is dependant on the size of the key used and any size key can be used with this function.