-->
Page 2 of 2

Re: How to secure my code in esp8266

PostPosted: Sun Mar 19, 2017 6:03 pm
by Barnabybear
Hi, as Rudy says you can build in some checks against the MAC or parts of it. Whilst this isn't the most secure thing for commercial applications it will stop the average person cloning the code to another ESP. You could also put a password in the RTC memory, again this could be worked round if you knew it existed. All you can do is make things hard work, but given that all someone would have to work from is compiled hex, you could make it pretty hard for someone.

Re: How to secure my code in esp8266

PostPosted: Thu Oct 03, 2019 1:42 pm
by ciaoperator
To protect your code on the esp8266 you can use a customized bootloader. For example: https://www.keeloc.com.

Re: How to secure my code in esp8266

PostPosted: Thu Oct 03, 2019 3:23 pm
by QuickFix
ciaoperator wrote:For example:

It looks interesting, but when a website looks as shady as that ("I will generate a key for $1.25 a pop" and all links lead to the same index-page), I'm not sure I will trust my precious code to them.

But maybe it's me and it's ligit, who knows?