You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,15 @@ From there, select and flash the filesystem using the `littlefs.bin` file
275
275
276
276
Once the device reboots, the setup is complete!
277
277
278
+
Note: The Wi-Fi credentials in config.json are migrated to EEPROM “secure storage” on first boot. After that, the Wi-Fi credentials are erased from config.json
279
+
280
+
Data stored in EEPROM (or flash-based EEPROM emulation) is not secure by default
281
+
All values (API keys, Wi-Fi credentials, tokens, etc.) are currently stored in clear text and can be recovered by anyone with physical access to the device or the ability to read the flash memory
282
+
283
+
This project does not provide hardware-backed security
284
+
285
+
Do not assume confidentiality against a determined attacker
286
+
278
287
## License
279
288
280
289
This project is licensed under the **GPLv3 License** - see the [LICENSE](LICENSE) file for details
0 commit comments