Project

General

Profile

AES encryption block data length

Added by Johan Henning 11 months ago

I tried the AES encryption block demo. Out of the box it works, if I us a message string longer then 16 characters it is truncated:

Input string: 'Aimagin encryption'
Result: 'Aimagin encrypti'

When increasing the output buffer sizes in the blocks it works fine. Maybe it is better to set a higher buffer size in the example. Or is there a drawback in doing this?