DEV Community

Discussion on: How to encrypt the NVS volume on the ESP32

Collapse
 
pollock94 profile image
Palok Biswas

nvs_flash_secure_init_partition is working now but nvs_get_str() is unable to find the key value that was in my nvs partition. Works fine without the encryption

Collapse
 
kkentzo profile image
Kyriakos Kentzoglanakis

Are you still facing a problem? I am using nvs_open before calling nvs_get_str which returns the stored string successfully (if that helps).