On Mon, Jan 30, 2006 at 03:24:38AM -0500, [EMAIL PROTECTED] wrote:
> > There is an urgen need for an Encryption library ready to use on Lazarus.
> > Searching on the WEB, I found some open source libraries that could
> > probably
> > be converted to Lazarus, but, there are asm pieces of code. An example is
> > TurboPower's LockBox library.
>
> Got this list from the freepascal contributed units page, I can`t say
> which if any of them are in active developement/maintained though.
> 
>  http://daniel.slackfiles.net/crypto/
> http://www.win.tue.nl/~wstomv/software/AES-Rijndael/

I do not intend to update the bottom one (AES-Rijndael).
I made it available to be used as is (it is a port from other languages).

Furthermore, it only provides the basic (ECB = Electronic Code Book)
mode of operation (that is what I needed at the time).  For practical
(true security) appilications you would need to put more secure modes
on top of ECB, e.g. to encrypt files consisting of multiple blocks.
See www.nist.gov for some good pointers (through their cryptographic
toolkit).

        Tom
-- 
E-MAIL: T.Verhoeff @ TUE.NL     | Fac. of Math. & Computing Science
PHONE:  +31 40 247 41 25        | Eindhoven University of Technology
FAX:    +31 40 247 54 04        | PO Box 513, NL-5600 MB Eindhoven
http://www.win.tue.nl/~wstomv/  | The Netherlands

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to