I got a function a friend and I have been working on for awhile. It encrypts and decrypts strings. We have been trying to make it as fast as possible.

Help!!! See if you can make it faster...

Test 1 :
Line Length : 50000
Str Gen :
Encrypt Time : 0.2188 secs.
Decrypt Time : 0.2812 secs.
Total Time : 0.5 secs.
Result : Good

It does not use standard XOR because that is way to slow!

Email me and I'll send the code...

Thanks...

=\=