You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another question, does anyone plan to port this encryption functionality to Arduino? Sadly, CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is disabled by default so I cannot simply use my ESP-IDF code on Arduino. And like many others, I disagree with the official recommendations posted here https://esp32.com/viewtopic.php?f=13&t=31410 suggesting using Flash encryption only and storing binaries as plain text on servers. Nor do I want to write a workaround to mitigate this issue.
The text was updated successfully, but these errors were encountered:
Don't you need to call
esp_encrypted_img_decrypt_abort()
hereidf-extra-components/esp_encrypted_img/examples/pre_encrypted_ota/main/pre_encrypted_ota.c
Line 172 in 4eac7a4
?
Another question, does anyone plan to port this encryption functionality to Arduino? Sadly,
CONFIG_ESP_HTTPS_OTA_DECRYPT_CB
is disabled by default so I cannot simply use my ESP-IDF code on Arduino. And like many others, I disagree with the official recommendations posted here https://esp32.com/viewtopic.php?f=13&t=31410 suggesting using Flash encryption only and storing binaries as plain text on servers. Nor do I want to write a workaround to mitigate this issue.The text was updated successfully, but these errors were encountered: