Hello,
I made a program that generates a key and it uses a RC4 Encryption Class. Anyways, I was converting my program to PHP so it could generate the key from my website... I got everything fixed and running except I found that I dont have a RC4 Encryption & Decryption function... Anyone know how I would encrypt & decrypt a string using RC4 in php?
Thank you,
-Jason
I made a program that generates a key and it uses a RC4 Encryption Class. Anyways, I was converting my program to PHP so it could generate the key from my website... I got everything fixed and running except I found that I dont have a RC4 Encryption & Decryption function... Anyone know how I would encrypt & decrypt a string using RC4 in php?
Thank you,
-Jason
Comment