I encrypted my ssid & password (hard coded). When I read whole flash by esptool.py read_flash command, I can find the credentials in the flash file as a plaintext. I want to protect my wifi ssid & password. Any solution? #include <WiFi.h> #include "mbedtls/aes.h" char ssid[17], pass[17]; const char ...