Cryptlib coding samples written in Delphi®


There are 10 little Delphi programs showing the functions of cryptlib and using DelphiCryptlib.pas. Nine programs are console applications, single source files with extention ".dpr", so they show the possibilities of cryptlib without the Windows and Delphi overhead. MD5 is a Windows Forms application.

To compile and run the source, you need:

  1. Any 32-bit Windows version (XP, Vista, Windows 7, Windows 8, Windows 10)
  2. Cryptlib V3.4.3
  3. DelphiCryptlib.pas and Cryptlib.pas
  4. Borland's/Embarcadero's Delphi (Delphi2009 / Delphi 10)

Some details about the samples:

As you can see from the comments above, you must call CertTest first and call CreateDB before using CryptAllTest.


Download:

And you know, if you download the source, you do it on your own risk. I can't give you any support and any warranties are explicitly disclaimed.

Cryptlib V3.4.3 Files Comment

download

HashTest.dpr
ConvCryptTest.dpr
CertTest.dpr
CreateDB.dpr
PKCCryptTest.dpr
PKCSignTest.dpr
CryptAllTest.dpr
StringIO.dpr
CryptAllStringTest.dpr
MD5.dpr
MD5Form.pas
MD5Form.dfm

Sample sources that create simple console applications (without graphic GUI) and one Windows Application (MD5) to show the methods and properties declared in DelphiCryptlib.pas

(*.dpr = Delphi project files)