Open
Description
With Delphi 12.2 Win32 compiler :
encrypting a string with AES 256bits ECB PKCS7 with a 32bits key
gives me the answer : EDECCipherException: Keymaterial is too large for use (Security Issue)
Why ?
but I get the correct result 👍
RtLvajdNNj/lVtodrXCiXJhyUhyS02noQraeYwK7OmJk2vMF6WB7VvV/7tE86lacCJ11udQyom1koksNw8Yb+g==
If I set the NEXTGEN compiler directive !!!
problem : The NEXTGEN compiler directive does not exist anymore in latest compilers !
My question is : why do I have to set it to get the correct result ?
if allways needed isn't it confusing to keep the deprecated NEXTGEN name ?
Shoud I put $DEFINE NEXTGEN somewhere in the code ?