-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Flash encryption and Secure Boot? #95
Comments
I second that. My goal is using esptool-js to provide upgrades to my users, but I do not want show original code of the .bin |
I solved flashing, however the .bin file is always displayed when you check resources with dev tools. |
As i understand, you talk about .bin server side? then it is not encrypted? I found this about encryption : https://www.motius.com/post/how-to-build-a-secure-iot-prototype-with-arduino-and-esp32 But I do not know if it can be flashed with esptool-js |
Hello, I would too like to ask about any plans for supporting flash encryption in esptool-js. |
My modification to support Secure Boot and Flash Encryption. Enjoy! |
You can build this example or modify esp-web-tool to use the enc-esptool-js module. |
Could you try #145 ? @mrninhvn @risoul @chipweinberger |
How to flash secure boot enabled chip and have flash encryption? Is this implemented?
The text was updated successfully, but these errors were encountered: