I have an ESP-01. Its the most basic of the ESP8266 boards that I've found.
Mine turns on, sends a post to a server, turns off. I have it TLS'd with the server's cert. But something bugs me.
How easy it for someone to steal the chip, decompile the flash, get the wifi password, clone a new ESP to do bad things? How do i prevent this?
I came across this site http://developers-club.com/posts/255153/ that talks about de-compiling the flash and turning the assembly back into C code. It's way over my head and it links to some other Russian site for more details. But scared me enough to post the question here.