mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +08:00
12 lines
505 B
ReStructuredText
12 lines
505 B
ReStructuredText
espsecure.py
|
|
============
|
|
|
|
``espsecure.py`` is a tool for manipulating data that relates to the
|
|
ESP32' secure boot and flash encryption features.
|
|
|
|
For more details, see the ESP-IDF documentation which explains this tool
|
|
and how to use it to enable the relevant ESP32 features:
|
|
|
|
* `Secure Boot <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/secure-boot-v2.html>`__
|
|
* `Flash Encryption <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html>`__
|