oxan / esphome-stream-server

Stream server (serial-to-wifi bridge) for ESPHome
Other
201 stars 86 forks source link

[Question] - Is Encryption Possible #44

Open ssmoss opened 1 year ago

ssmoss commented 1 year ago

Based on my understanding of this library data passed by the TCP server is in the clear. Is there a way to encrypt it? I believe there is a SSH library would there be a way to tunnel it over that? Thanks.