Page 1 of 1

Does NVS library support flash encryption?

Posted: Mon Oct 09, 2017 6:20 pm
by luchot
In the section about "Flash Encryption" the documentation says:
“NVS” partitions for non-volatile storage cannot be encrypted.
http://esp-idf.readthedocs.io/en/latest ... ption.html
But in the NVS documentation is specified:
NVS is compatible with the ESP32 flash encryption system, and it can store key-value pairs in an encrypted form.
https://github.com/espressif/esp-idf/tr ... /nvs_flash

Does NVS library support flash encryption?

Re: Does NVS library support flash encryption?

Posted: Sat May 12, 2018 5:11 pm
by fly135
Can we get this addressed. Clearly the documentation is not in agreement with the readme on the NVS component.

John A

Re: Does NVS library support flash encryption?

Posted: Tue May 15, 2018 1:33 am
by ESP_Angus
Hi,

Unfortunately,the documentation is correct. Currently we do not support NVS on encrypted partitions. However, someone is working on this support right now.

The content in the README is some notes about the NVS flash encryption storage protocol and the compatibility of various parts with flash encryption. Will modify the README so this is clear.


Angus

Re: Does NVS library support flash encryption?

Posted: Thu Oct 11, 2018 9:00 pm
by snahmad75
Hi Angus,

Is nvs partition with encrypted partition still not supported?
How about other partitions storage fat file system? Does it work with encrypted partition bin.

Re: Does NVS library support flash encryption?

Posted: Thu Oct 11, 2018 10:26 pm
by WiFive