Description: Fixed compilation and runtime issues for Delphi7 until Delphi 10.2 Tokyo
Compatibility: D2-D5,D6-D330, BCB3-4
The Delphi Encryption Compendium (DEC) is a cryptographic library for Delphi, C++ Builder. It was originally developed by Hagen Reddmann, made compatible with Delphi 10.2 Tokyo by Luiz Vaz.
The following changes have been made with respect to the Delphi 10.2 release:
- Fixed AnsiChar and WideChar.
- Syntax compatibility with Delphi 10.2.
- Tested TCipher_Rijndael cmCTS mode
The following environments have been tested:
- Delphi 7 Win32
- Delphi 10.2 Win32
The main goal of this repository was to allow backward compatibility to projects that used DEC 3.0 as their solution. Using DEC 5.0 and above will produce different results in some algorithms.
This project is licensed under a MIT/Freeware license. You are free to use the library for personal and commercial use but at your own risk. See LICENSE for details.