If it's code size that you are worried about, assuming all programs
would run on the same system (and even if not, maybe), the solution
would be a DLL, which includes all the code that you need.Ron Savage wrote: > Folks > > For a mobile phone privacy project, I have to create these programs: > cipher_block_size cipher_name > 64 IDEA > 64 Khazad > 64 Misty1 > 64 Safer++64 > 64 Triple-DES > 128 Camellia > 128 RC6 > 128 Safer++128 > 128 Rijndael > > I'm thinking of extracting code from Crypto++ V 5 under Win2K for > some of them. > > What's the easiest way to create 1 program for 1 purpose, eg encrypt > Rijndael, and another program for eg decrypt Rijndael, etc? > > -- > Ron Savage, [EMAIL PROTECTED] on 02/21/2003 > Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia > Phone: +61-3-9251 7441, Fax: +61-3-9251 7604 > http://www.deakin.edu.au/~rons -- Kind regards, Dejan M. www.alfasp.com E-mail: [EMAIL PROTECTED] Alfa Transparent File Encryptor - Transparent file encryption services. Alfa File Protector - File protection and hiding library for Win32 developers. Alfa File Monitor - File monitoring library for Win32 developers.
