Is there any simple and easy method to check if protection (encryption) is active on ESP32 or not?
I'm a layman when it comes to things like this.
With the help of ESPTOOL I can read the ID, as well as download the flash into a .bin file.
In this case it is about:
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:22:d8:76:34:84
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Manufacturer: d8
Device: 4016
Detected flash size: 4MB
Hard resetting via RTS pin...
Is there a way to check with ESPTOOL exactly if encryption is active or not?
Or it doesn't have to be EPSTOOL, is there some other Windows app I can check all that with?
I'm a layman when it comes to things like this.
With the help of ESPTOOL I can read the ID, as well as download the flash into a .bin file.
In this case it is about:
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:22:d8:76:34:84
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Manufacturer: d8
Device: 4016
Detected flash size: 4MB
Hard resetting via RTS pin...
Is there a way to check with ESPTOOL exactly if encryption is active or not?
Or it doesn't have to be EPSTOOL, is there some other Windows app I can check all that with?
Comment