Search found 1 match

by hetjtpy
Fri Jun 14, 2024 12:35 am
Forum: ESP-IDF
Topic: Howto decrypt NVS manually?
Replies: 0
Views: 407

Howto decrypt NVS manually?

hi, I have ESP32c3 with encryption enabled. The NVS encryption is enabled too. I pre-generate NVS key using nvs_partition_gen.py. Then I flash it onto respective partition called "nvs-keys". Everything works correctly, both the flash and NVS are encrypted, and I can write and read back values. But n...