Search found 2 matches

by sinecola
Mon Jun 19, 2023 6:51 pm
Forum: General Discussion
Topic: How to flash encrypted ESP32-C3
Replies: 1
Views: 1282

How to flash encrypted ESP32-C3

I've enabled release mode flash encryption on my ESP32-C3 device, here are my security features: CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y CONFIG_SECURE_BOOT_V2_PREFERRED=y # CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set # CONFIG_SECURE_BOOT is not set CONFIG_SECURE_FLASH_ENC_ENABLED=y # CONFIG_SE...
by sinecola
Wed May 31, 2023 10:43 am
Forum: General Discussion
Topic: Breaking Firmware Encryption of ESP32-V3
Replies: 0
Views: 863

Breaking Firmware Encryption of ESP32-V3

I'm currently working on a project that involves storing sensitive information and it is crucial to ensure proper encryption measures are in place. I came across an article https://eprint.iacr.org/2023/090 which discusses a potential vulnerability. I would like to know if this vulnerability has been...