Updated for 10.3 Rio / VER330 / PKG 260
You can still access 10.2 Tokyo and 10.1 Berlin versions too.
- Introduction
- Package names
- Installation
LockBox3 is a Delphi 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 LockBox3. It includes designtime and runtime packages for Delphi and C++Builder and supports VCL, FMX, Win32, Win64, macOS, iOS, and Android.
TurboPack LockBox3 package names have the following form:
- LockBox3DR.bpl (Delphi Runtime)
- LockBox3DD.bpl (Delphi Designtime)
- LockBox3CR.bpl (C++Builder Runtime)
- LockBox3CD.bpl (C++Builder Designtime)
TurboPack LockBox3 is available via the GetIt Package Manager where you can quickly and easily install and uninstall it.
To manually install TurboPack LockBox3 into your IDE, take the following steps:
-
Unzip the release files into a directory (e.g.,
d:\lockBox3
). -
Start RAD Studio.
-
Add the source directory (e.g.
d:\lockBox3\run
and all the subdirectories) to the IDE's library path. For C++Builder, add the hpp subdirectory (e.g.,d:\lockBox3\source\hpp\Win32\Release
) to the IDE's system include path. -
Open & install the designtime package specific to the IDE being used. The IDE should notify you the components have been installed.