Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Apparently floating around somewhere there are a standard set of test vectors which you can use to test the RC4 algorithm i.e. Feed in this key with this data and this data will be returned.
I'm writting an RC4 encryption class in PHP and I'm looking to verify/test it's functionality.
Thanks, I didn't even think to look at the spec as someone had already given me that but obviously (for what ever reason) had decided not to include the test vectors.