Encrypt data on Arduino Uno

I need to encrypt the data collected from the sensor on the Arduino Uno board and transmit it to the ESP to send it to the web for decryption using the AES-128 algorithm in CBC mode. However, I couldn't find an AES-128 library that supports CBC mode. Can anyone help me with this? Thanks so much."

Your topic has been moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.

1 Like

First hit on a web search for "aes-128-cbc arduino":

Easy-to-use cross-platform AES implementation (128-bit CBC) for low-memory conditions

1 Like

Sorry boss, I'm new to using the account so I still lack understanding.

Thank boss.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.