3 things come to mind right now: 1. BuddyAPI have a baEncryptFile() which uses XOR to encrypt and decrypt files. Anyone with any knowlege about XOR encryptions can easily break that encryption. If you are not too concerned about security, and need casual encryption, this will be the quickest.
2. lingo Fish ( http://www.killingmoon.com/director/lingofish/ ) is a free solution, but since it uses native director code with fileIO, it will be a performance hog. Blowfish was a canidate for AES, and is very secure. If you files are small, then this will be the cheapest solution. 3. Rosetta Xtra ( http://xtras.calu.us/documentationRose/roseCrypt.htm ) have Rijndael's AES Encryption, and is very secure. Since everything is calculated in the xtra, there is minimal performce hog, however this will be the most expensive solution for you. ----- Original Message ----- From: "Ross Clutterbuck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 10:51 AM Subject: <lingo-l> OT: Distributed File Encryption > Greets to all - bit of an OT query here. > > A client has asked me about encrypting files that are to be distributed on > CD. The files are sensitive marketing and sales information for a major bank > over here and usually the info is burned to CD and mailed out to all the > Management bods. There is no front-end or anything like that, just a > collection of data files (format unknown at this point) on a disc. > > The client has asked if it's possible to encrypt these files to add some > security to the disc. Now encryption isn't one of my stronger points so I've > not really got a good idea where to start. > > This needs to be as simple as possible (i.e. monkeys and Management type > people can use it) in regards to encrypting AND decrypting the files. I'm > not too bothered about which encryption method is used or anything like > that, so has anybody got any ideas or places I should look? > > Ideally what I'm after is a utility where you literally point it to a file, > enter an encryption key and it will encrypt the file, with decryption being > exactly the same procedure. Am I asking too much? > > TIA > > Ross > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]