Daniel Marschall

Results 47 issues of Daniel Marschall

Information taken from this document: https://www.kcd-nrw.de/fileadmin/user_upload/01_Ergebnisdokument_Deutschlandticket_UIC__V1.02.pdf I have verified two UIC 2.0 tickets from 10/2023 and 12/2023, both have a valid signature with this code change.

How to reproduce? Try to 7z a folder where a file cannot be read, e.g. because it is in exclusive access by another process. 7z.dll will call the Delphi callback(s)...

Tested with Delphi 12. HRESULT needs to be casted to Cardinal to avoid an ERangeCheckException.

When I compile my app with Win64, I receive the following compiler warning 1>/y.tab.c(1366,41): warning C4244: "Initialisierung": Converting from "__int64" to "long", possible data loss The line: ``` /* Get...

I want to suggest a combination of the following methods: 1. TDECHashAuthentication.HMAC combined with TDECHashExtended.CalcStream 2. TDECHashAuthentication.HMAC combined with TDECHashExtended.CalcFile Background information: I want to encrypt a large file which...

enhancement

In my app, I noticed a "Range Check Exception" when the user didn't enter a password (which I clearly forgot to check), and therefore the, empty password was tried to...

bug
help wanted

You told me a few days that it would be preferrable if the padding would be randomized instead of static. I have researched on the topic and indeed, randomized padding...

enhancement

**To Reproduce** 1. Open demo project Cipher_Console 2. Change Cipher.Mode to cmGCM 3. Run the code. You receive EAccessViolation --- Usually, if you change the cipher mode after the cipher...

bug