Forums » Req. WJ2(ESP32) support »
Added by Johan Henning over 1 year 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?