Page 1 of 1

UART security for CRA

Posted: Tue Apr 21, 2026 5:42 am
by Trevor
To comply with CRA (Cyber resillience act) there cannot be cleartext data over the UART. How do we implement security on the UART since all info is clear text AT commands including the SSID and PASSWORD? For example GSM modem manufactures allow a data mode using CMUX then all stacks (TCP/TLS etC) can be located on the MCU so that all data is encrypted , but how to do this with ESP AT based devices? I dont really want to make custom firmware.

Re: UART security for CRA

Posted: Tue Apr 28, 2026 10:14 am
by esp-at