Secure serial connection between ESP8266 and onboard RPI #2
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
What
The RPI needs to get the WiFi SSID and password from the ESP8266 in order to connect. This will be done using a serial. However, unlike within the ESP's EEPROM, everything is encrypted and the source code cannot be retrieved to decrypt. All files and source code can easily be acquired from the micro-sd chip. This means decrypting cannot be done on the RPI, but how does the ESP know if it really is the RPI that is asking for the password? Or, if the decrypting is one on the RPI, how can the method be concealed?
How
The text was updated successfully, but these errors were encountered: