Hello,
good news is, that I just released a new version of DEC (Delphi Encryption Compendium):
https://github.com/MHumm/DelphiEncry...eases/tag/V6.2
What's new?
Fixed some regressions, among them some which hindered compilation with older Delphi versions (support for older compilers might be reduced in future versions!)
Fixed bugs in the SCOP and SHARK cipher algorithms
The unit test for the hash classes got improved by adding original test vectors to those algorithms which didn't already use original test vectors and where we could find those (for most we could)
The SHA3 hash algorithm has been added for 224, 256, 384 and 512 bit including support for message lengths not being a multiple of whole bytes. Our implementation uses Eric Grange's
optimizes permutation kernel ASM implementation on WIn32 and WIn64 (with his friendly permission of course!)
A new demo got added: Hash Benchmark FMX
Now have fun with this. The GetIt provided Lite version should follow within the next few days.
TurboMagic