Andir Centurion

Joined: 21 Dec 2003 Posts: 184 Location: Chicago Area
|
Posted: Dec 23rd, 2003 01:35 AM Post subject: Data Encryption ('RC4' algorithm) |
|
|
I had found this code and adapted it slightly for cleanness. I included the original author's remarks to signify where I pulled the algorithm from, and all I ask is that you keep the information with it. It's worked out perfectly every time I've used it. It's pretty quick and simple too.
Simply include this file in your application then call it using:
| Code: | | rtnString = EnDeCrypt ("Your data in string form", "Your passphrase") |
_________________ If you happen to see little people sitting on your desk...don't tell anyone or they might think your crazy too. |
|