suculent / thinx-aes-lib

AES wrapper for ESP8266/ESP32/Arduino/nRF5x
Other
113 stars 39 forks source link

Simple code does not work #48

Closed esmee96 closed 3 years ago

esmee96 commented 3 years ago

Hello,

The simple code does not work on my arduino uno. The problem is that with short words the encryption / decryption works. But I need to encrypt a GPS location that contains more than 16 characters. Is it possible to use a similar encryption method for data with more than 16 characters?

See also below, with the "username:password" example included. As you can see that last characters can not be encrypted / decrypted.

Can someone help me? How can I extend this code?

See below my output image