Skip to content

LockBox is a Delphi and C++Builder library for cryptography.

Notifications You must be signed in to change notification settings

TurboPack/LockBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurboPack LockBox

Updated for 10.3 Rio / VER330 / PKG 260

You can still access 10.2 Tokyo and 10.1 Berlin versions too.

Also see the new updated LockBox 3 version


1. Introduction

LockBox is a Delphi & C++Builder library for cryptography.
It provides support for AES, DES, 3DES, Blowfish, Twofish, SHA, MD5, a variety of chaining modes, RSA digital signature and verific...

This is a source-only release of TurboPack LockBox. It includes designtime and runtime packages for Delphi and C++Builder and supports Win32, Win64, OSX, iOS and Android.


2. Package names

TurboPack LockBox package names have the following form:

LockBoxDR.bpl (Delphi Runtime) LockBoxVCLDD.bpl (Delphi VCL Designtime) LockBoxFMXDD.bpl (Delphi FMX Designtime)

LockBoxCR.bpl (C++Builder Runtime) LockBoxVCLCD.bpl (C++Builder VCL Designtime) LockBoxFMXCD.bpl (C++Builder FMX Designtime)


3. Installation

TurboPack LockBox is available via the GetIt Package Manager where you can quickly and easily install and uninstall it.

To manually install TurboPack LockBox into your IDE, take the following steps:

  1. Unzip the release files into a directory (e.g., d:\lockBox).

  2. Start RAD Studio.

  3. Add the source subdirectory (e.g., d:\lockBox\source) to the IDE's library path. For C++Builder, add the hpp subdirectory (e.g., d:\lockBox\source\hpp) to the IDE's system include path.

  4. Open & install the designtime packages specific to the IDE being used. The IDE should notify you the components have been installed.