Oh, please don't use that! That's about the weakest encryption scheme I've ever seen!
It's also some of the WORST VBScript coding I've seen in a LONG time!
You can do better than that in your SLEEP!
Hell, the idiotic thing doesn't even use a "key" as part of the encryption. Sure it generates a random key, but then it EMBEDS the key into the encryption!!! Everybody who uses the code shares the SAME ENCRYPTION. Which means anybody who *has* the code can decrypt it!
*PLEASE* try to find something better!
This is the most promising one I saw:
http://www.planet-source-code.com/vb...txtCodeId=6646
Be sure to use a relatively long Key string. I always recommend no less than 12 to 15 characters and longer won't hurt.