[fpc-pascal] Encrypt routine
Alan Mead
cubrewer at yahoo.com
Wed Oct 27 04:47:53 CEST 2004
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 <pascalive at bol.com.br> wrote:
> 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
More information about the fpc-pascal
mailing list