Hacker News new | ask | show | jobs
by orthecreedence 4388 days ago
Not really, from what I understand. Seems they are exchanging a symmetric key via RSA to facilitate two-way encrypted communication. This is pretty standard, browsers do this via TLS.
1 comments

TLS does not use a single symmetric key for bidirectional comms. It establishes keys per direction.