Delphi AES library (Rijndael) tested with KAT Vectors

后端 未结 3 1137
闹比i
闹比i 2021-01-26 02:17

for these 2 libraries,

  1. Delphi Encryption Compendium v 5.2
  2. TurboPower Lockbox v 2.07

I tested their Rijndael DCB/CBC algorithm with \"AES Kn

相关标签:
3条回答
  • 2021-01-26 02:54

    Are you sure it fails? The vectors are written as hex strings. Did you feed the hex strings as strings or did you convert them first as binary data. If you fed them as strings it is no wonder you get a different result.

    NB: I do not use both libraries but my own components but they bioth have a good track record and failing these simple tests seems highly unlikely.

    0 讨论(0)
  • 2021-01-26 03:11

    I know another lib, but not if passes your test or not:

    DCPCrypt http://www.cityinthesky.co.uk/cryptography.html

    0 讨论(0)
  • 2021-01-26 03:11

    TurboPower LockBox 3.1.0 has been released. It includes DUnit tests which validates the correctness of its implememtation using the official AES test vectors.

    0 讨论(0)
提交回复
热议问题