Page 1 of 1

need help with NVS_KEYS

Posted: Fri Aug 25, 2023 6:33 am
by romansss
Hello everyone

Can anyone help me to understand NVS_KEY?

so far I understand there are two options:
1) create keys from ESP
2) upload NVS_KEY partition from PC to ESP
is that right?

how can I read/create NVS_key from ESP ?


thanks for help
Roman

Re: need help with NVS_KEYS

Posted: Fri Aug 25, 2023 9:10 am
by ESP_Mahavir
Hello Roman,

Your understanding is correct regarding generation of the NVS keys for NVS encryption scheme. Both the options are documented in detail here: https://docs.espressif.com/projects/esp ... -partition

Hope this helps!