dchapyshev / aspia

Remote desktop and file transfer tool.
https://aspia.org
GNU General Public License v3.0
1.6k stars 345 forks source link

hi, for the host server private key? #226

Closed michaelqxd closed 1 year ago

michaelqxd commented 1 year ago

After reviewing the code, I could not find any instance where the private key was set for the host server. Even though the code is attempting to create a TLS connection without the private key, it is unclear whether the connection would work as expected.

dchapyshev commented 1 year ago

Aspia does not use TLS. Aspia uses its own encryption protocol. Private and public keys are not used in this protocol. Read about SRP, AES256 GCM and ChaCha20+Poly1305.