Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 2010 Cryptography libraries [closed]

can you recommend an open source Delphi crypto library that works with Delphi 2006, Delphi 2009 & Delphi 2010

Algorithms need: DES, MD5, SHA-1

like image 278
Charles Faiga Avatar asked Jan 07 '10 12:01

Charles Faiga


2 Answers

Here is a short list of the libraries I have used both pre and post D2009:

  • TPLockbox (I use an unofficial updated version. Although there is a recent official(?) update.)
  • DEC v5.2 (Highly recommend)
  • DCPCrypt (Updated recently)
like image 134
Vivian Mills Avatar answered Nov 17 '22 07:11

Vivian Mills


The latest version of LockBox, compiled for Delphi 2010 is available on the songbeamer website. Nick Hodges has recently been assigned as the community admin for the Turbo Power projects, and I would expect the source forge repositories to be updated soon. It does support all of the encryption methods you mentioned, and is very easy to implement. The codebase on SongBeamer will work across Delphi 2006, 2009 and 2010, as I have used it on all without any issues.

Since the project was at one time commercial, the documentation (available on SourceForge) is outstanding.

like image 4
skamradt Avatar answered Nov 17 '22 07:11

skamradt