does FATFS and LITTLEFS supports encryption natively ?
Posted: Thu Apr 10, 2025 7:13 am
subject : does FATFS and LITTLEFS supports encryption natively ?
hello,
I am using esp32 idf 5.0.7
I am curretly using spiffs to store data and generating spiffs.bin loading it in board
but no encryption is there
now I want to switch to LittleFS or FATFS,
https://docs.espressif.com/projects/esp ... tions.html
as this forum says these supoorts native encryption
but not able to figure it out
If i need to manually use encrypt and decrypt logic using mbedtls aes library
then how its saying that both LittleFS and FATFS, supoorts encryption
And manually only i need to encrypt and decrypt then why can i not do that with spiffs ?
regards.
hello,
I am using esp32 idf 5.0.7
I am curretly using spiffs to store data and generating spiffs.bin loading it in board
but no encryption is there
now I want to switch to LittleFS or FATFS,
https://docs.espressif.com/projects/esp ... tions.html
as this forum says these supoorts native encryption
but not able to figure it out
If i need to manually use encrypt and decrypt logic using mbedtls aes library
then how its saying that both LittleFS and FATFS, supoorts encryption
And manually only i need to encrypt and decrypt then why can i not do that with spiffs ?
regards.