Markus

Results 155 comments of Markus

Have you called the Done method at the end in your Delphi application? That might be relevant for proper processing of the last data block.

I can understand your reasoning and given your hardware specs I see your points. Yes, since 5.2 the development mostly was private by the former maintainer (which was not Haagen),...

Another topic: did you notice that I tried to start implementing unit tests for the individual cipher block chaining algorithms? I got stuck on that as I'm no expert in...

Two additional notes: 1. I just found out that you can collapse all these XMLDOC comments in the Delphi IDE via view menu. They get 1-liners each then. Only issue...

Just to let you know that I released a V6.3 yesterday. Main new features are support for Shake128 and Shake256 hash algorithms and removing some comment which deactivated use of...

Just to let you know that a GCM block chaining mode implementation for 128 bit block sized ciphers is pretty far implemented in my version already. It passes the official...

Where do you get that overflow? Which compiler do you use Delphi or FPC? Did you also try the new V6.0 DEC release found here? [https://github.com/MHumm/DelphiEncryptionCompendium](https://github.com/MHumm/DelphiEncryptionCompendium)

Ok, I understand the problem you report and I think this kind of issue will be present in other areas like hash calculations as well. I also agree that it...

You might be right about this or not. I'm not an expert in PBKDF2 either, but are you able to give a source for your assumption? It might help me...

I do think that's the same case as 1154. Sorry for creatign a duplicate! The behavior is design time wise and not run time wise.