Skip to content

Confused by NEXTGEN directive #88

Open
@lchris789

Description

@lchris789

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 ?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions