AT Command UART Encryption
Posted: Fri Feb 09, 2024 9:43 am
Hi all,
would it be possible to cypher the UART AT messages ot at least their contents using the api provided with #include "mbedtls/aes.h"?
For example the command
AT+CWJAP="my-test-wifi","1234test"
is used to connect to an Access point. The SSID and the password at the moment could be sniffed by an attacker probing the UART pins.
Have you any suggestions?
At the moment I have successfully compiled the AT project including #include "mbedtls/aes.h" so at least the API are available...but I do not know how to use them to cypher UART messages.....
Thank you in advance for your help
Best regards
would it be possible to cypher the UART AT messages ot at least their contents using the api provided with #include "mbedtls/aes.h"?
For example the command
AT+CWJAP="my-test-wifi","1234test"
is used to connect to an Access point. The SSID and the password at the moment could be sniffed by an attacker probing the UART pins.
Have you any suggestions?
At the moment I have successfully compiled the AT project including #include "mbedtls/aes.h" so at least the API are available...but I do not know how to use them to cypher UART messages.....
Thank you in advance for your help
Best regards