Topic: [SOLVED] Encrypted messages from Arduino
Hello, I'm trying to send an encrypted message from the Arduino to Raspberry Pi. I've been seeing WolfSSL examples for Arduino, but what I need is just encrypt the message content. After it, I know how to send my message, cause my connection is radio (RF24l01).
Maybe I only need to use wolfcrypt, but I do not know how to use it.
The point of this I just want to encrypt a string before sending, for example using AES.
Can someone show me some example of how to use a cryptographic algorithm in Arduino?
Thank you very much and excuse me, I'm very newbie at this.