Well, it took about 45 minutes to write and debug VB code (I will make it a VBScrpt) to encrypt and decrypt text files with about 30 or so lines of code and will work with ROTational values between 1 and 26.  I am going to put this up for grabs on my website on Mon, but I am going to tinker with a simple HTA interface to give a simple interface to select Input and output directories to do the files in batches.  It will do a 300 line text file in about .24 sec.  So with the overhead of opening and closing files, you could expect to do about 120 or so files per minute.....
----- Original Message -----
Sent: Friday, August 09, 2002 11:40 PM
Subject: Re: Encryption

thats rad, if you are using the xor method, the xor operator in C++ is ^
 
(:
 
good luck.
----- Original Message -----
Sent: Friday, August 09, 2002 6:54 PM
Subject: Re: Encryption

Thanks for the advise on the different methods you guys would use to encrypt
a text file (from within R:base).
 
I have decided to write a C++ routine external to Rbase and call it using a UDF.
 
Thanks again!
 
- Rob Vincent

Reply via email to