Ugochukwu Mmaduekwe
Ugochukwu Mmaduekwe
@piker00 , thanks for reporting this issue. I have confirmed it locally. will look into it once I have some time. currently busy with other projects at the moment.
Gentle reminder.
unfortunately I have lost access to the GhostBSD machine i used for testing.
Thanks for this. Can you please create a pull request?
Hi, @mWaltari nice suggestions, thanks for this but just a hint Incase you are not aware, I already have a benchmark app in my other hashing library (which includes xxHash...
Benchmark app can be found [here](https://github.com/Xor-el/HashLib4Pascal/tree/master/HashLib.Benchmark)
Ok now I see what you meant. Thanks.
Hi @RaySa74 `ECB` should never use an IV. Please see [here](https://github.com/Xor-el/CryptoLib4Pascal/blob/master/CryptoLib.Tests/src/Crypto/AESTests.pas#L343) for a usage example for ECB.
Hello @RaySa74 Apologies for the late response. below is a simple console program that encrypts and decrypts a string using AES/ECB/PKCS7PADDING ```pascal program Project1; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils,...