What is more secure? VNC or Citrix or HTTPS [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
开发者_高级运维 Improve this questionWhat is more secure? VNC or Citrix or HTTPS
So they all have the same amount of security.
Don't they use the same encryption algorithms in they end?
Which is safer, a chainsaw or a motorcycle? The answer is, it depends on how you use them.
VNC doesn't provide security by itself, but is generally used with an encryption wrapper such as VPN, SSH, stunnel, etc. Citrix might support SSL directly, which I guess makes it more secure as-is, though the way VNC is typically used is just as secure.
I don't know what HTTPS is doing in that list. It's like comparing a chainsaw and a motorcycle.
Neither VNC nor HTTP are secure. VNC can be tunneled over SSH to be secure. HTTP can be tunneled over SSL/TLS to be secure (https).
精彩评论