YiannisBourkelis / Andama-Remote-Desktop

Andama is an open source remote desktop software, with client side encryption and privacy in mind
GNU General Public License v3.0
59 stars 47 forks source link

Encryption - VPN ? #23

Open merculiv opened 6 years ago

merculiv commented 6 years ago

Would using a VPN client before running this program be a way of keeping a secure connection?

YiannisBourkelis commented 6 years ago

@merculiv Yes I think so, if both computers, local and remote, are using a secure VPN tunel the connection would be secure. The "develop" branch is already using TLS encryption and can be considered secure in theory, however it is still in a very early version, and should be treated as insecure at the moment. There are no binaries yet, so if you would like to try it you should compile the develop branch.

merculiv commented 6 years ago

Can you push me the latest one with TLS in a zip?

It will be my forum username at gmx.com

Thanks Yiannis

YiannisBourkelis commented 6 years ago

@merculiv just switch to the "develop" branch and download the source code. Just to correct something I wrote before: the encryption is not TLS but AES 256 CBC.