Skip to content

Delphi Encryption Compendium 6.4.1

Latest
Compare
Choose a tag to compare
@MHumm MHumm released this 06 Feb 15:47
· 158 commits to master since this release

Bugfix release, most likely the last supporting Delphi versions prior to 10.1

  • fixed regression in 2DES cipher with CBC block chaining mode and added
    unit test data coverage for this
  • fixed some XE2 compatibility issues, especially with GCM
  • improved layout and GCM handling of Cipher_FMX demo
  • added Cipher_Console_KDF demo
  • changed used cipher algorithm for cipher console demo
  • moved ReadLn in all console demos to after the except block so it keeps
    the console open in case of exceptions as well
  • fixed documentation (e.g. GCM property names)