EEVblog Electronics Community Forum

Electronics => Beginners => Topic started by: sairfan1 on April 21, 2017, 05:01:45 pm

Title: Secure communication over ESP8266
Post by: sairfan1 on April 21, 2017, 05:01:45 pm
Hi, I want to know can we do secure communication by ESP8266? (by secure communication i mean that information sent by ESP8266 can't be hacked or at least hard to hack).

Please also advise guide lines to take care, how can we secure communication through ESP8266.

Thanks.
Title: Re: Secure communication over ESP8266
Post by: ebastler on April 21, 2017, 09:21:07 pm
Have you tried Googling for "esp8266 encryption" or "esp8266 ssl"?
These are some of the results which look promising to me:

https://simplepush.io/blog/2017/01/29/esp8266-encrypted-notifications/ (https://simplepush.io/blog/2017/01/29/esp8266-encrypted-notifications/)
https://hackaday.io/project/19675-esp8266-encrypted-push-notifications-to-android (https://hackaday.io/project/19675-esp8266-encrypted-push-notifications-to-android)
https://thinger.io/securing-the-internet-of-things-adding-ssltls-support-for-the-esp8266/ (https://thinger.io/securing-the-internet-of-things-adding-ssltls-support-for-the-esp8266/)
https://io.adafruit.com/blog/security/2016/07/05/adafruit-io-security-esp8266/ (https://io.adafruit.com/blog/security/2016/07/05/adafruit-io-security-esp8266/)

Disclaimer: I have not tried any of these and can't answer any further questions.
Title: Re: Secure communication over ESP8266
Post by: sairfan1 on April 22, 2017, 12:50:14 am
Thanks, at least it gave me direction to work.