Thank you all
Luiz
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
I believe that Free Pascal comes with a package, idea, that does
encryption. If you just want to avoid casual viewing, you might try
just compressing the data using TCompressedStream.
-Alan
--- Luiz Américo <[EMAIL PROTECTED]> wrote:
> I'm looking for a simple file encryption routine (or an ext
Well, How simple do you need? Will a simple XOR
routine do?
http://delphi.icm.edu.pl/ftp/d10free/clcrypt.zip
If you need better, here is a site with a bunch of
routines.
http://delphi.icm.edu.pl/newl/d20/f039_001.htm
hth
Ron_W
--- Luiz Américo <[EMAIL PROTECTED]> wrote:
> I'm looking for
I'm looking for a simple file encryption routine (or an external library).
Something like:
Procedure EncryptFile(FileName,Key:String);
Procedure DecryptFile(FileName,Key:String);
I'd be glad with someone help
Luiz
___
fpc-pascal maillist - [EMAIL PR