Y
Hacker News
new
|
ask
|
show
|
jobs
by
grkvlt
2822 days ago
Cost of servers to handle millions of TLS connection initialisations and HTTPS stream decryptions, versus simple plain-text streaming...
1 comments
movedx
2822 days ago
TLS isn't the only option, though. You could use TLS on setup to share a pre-computed secret between the device and the remote server, then bin the TLS connection. After that, encrypt and forward over HTTP.
Laziness isn't an excuse.
link
grkvlt
2816 days ago
FYI, the mechanism you describe
is
(essentially) how TLS works...
link
Laziness isn't an excuse.