Topic: Looking for example of AES-CTR decryption for Arduino IDE
I've been scouring the internet and relevant forums for info on decryption using AES-CTR mode.
I've installed wolfSSL in my Arduino IDE but unfortunately the provided examples focus on TLS not SSL or AES.
I've been searching for a suitable code examples. These two have been a bit helpful
a) wolfSSL aesctr-file-encryp example on GitHub
https://github.com/wolfSSL/wolfssl-exam … -encrypt.c
b) aes-ctr post on Stack Overflow (code in C#)
https://stackoverflow.com/questions/637 … 2#51188472
But neither are written for Arduino so only partly useful for my purposes.
After setting WOLFSSL_AES_COUNTER and WOLFSSL_AES_DIRECT in user_settings.h and some likely code tweaks I tried compiling item (a) but no luck.
I'm not even close to a professional software developer, so a good AES-CTR example in (C/C++) would be a huge help, ideally in a form I can easily get into the Arduino IDE.
help! :-)
TIA