Hello,
there is a new release 6.1 of DEC available .
It is located here:
https://github.com/MHumm/DelphiEncryptionCompendium/releases/tag/V6.1
WHat's new since V6.0?
* x64 compilation works out of the box now, some unit had not been properly listed for x64
* fixed the following cipher algorithms which were broken on x64: Blowfish, RC6 and Q128
* the Sapphire cipher did work with the unit test vectors but failed for some others
* added SHA2-224 hash algorithm
* added HMAC and pbkdf2 algorithms
* somebody provided a build batch file
* there is a command line application included now for setting the IDE's library path
* progress even got changed and a VCL demo for that one was added
* version history is a separate document in docs folder now
Cheers
TurboMagic