Search found 1 match

by giotlab
Thu Sep 20, 2018 4:58 pm
Forum: ESP IoT Solution
Topic: ESP32 + PHP string encryption
Replies: 1
Views: 8595

ESP32 + PHP string encryption

Hi, everyone. I want to make an encrypted string communication between my esp32 and PHP. I am using the HTTPClient.h library (HTTPS connection). Every request I send parameters and I want to encrypt them on my esp32 and decrypt them on my PHP script. My PHP also sends back some data to the esp32 so ...