Aes/Rijndael implementatin in delphi.

This is Copyright (c) 2001, EldoS, Alexander Ionov

EldoS Homepage is http://www.eldos.org (or was at the time of this upload)

According to https://eldos.com/forum/read.php?FID=7&TID=1919 this was included in their SecureBlackboxlong time ago.

A quick search did not show a more recent publicly available code. Anyone has it, please contact me so I can update.

To note also that this was not tested by me on anything over Delphi 2009 so there may be issues using it there, although unlikely as I went over the code and there are no string usages (so no unicode issues) there may be pointer operations problems on x64, but I'll have to test that to be sure.

Later NOTE: I have finally tested this code in Delphi XE5. I worked fine with absolutelly no modifications.

Later NOTE2: I was informed the included Demo (not my work) was not working. I have fixed it and tested on XE5.

Source Code