用于验证/加密 Mac 到 Mac 屏幕共享的协议是什么?
默认的 Mac 到 Mac 屏幕共享使用 VNC,但显然不是普通风格,因为它同时使用用户+密码身份验证(与常规 VNC 的仅密码相反)以及对数据的某种加密。
这些身份验证和加密协议是什么? Windows 是否有支持这些协议的库/模块/工具?
The default Mac-to-Mac screen sharing uses VNC but obviously not the vanilla flavor as it uses both user+pass authentication (as opposed to password-only for regular VNC) as well as some encryption for the data.
What are these authentication and encryption protocols? Are there any libraries/modules/tools for Windows that support these protocols?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 文档 苹果声明 VNC 支持 Kerberos 身份验证。我不知道是否有任何普通 VNC 客户端支持 Kerberos 身份验证,但这可能是一个值得关注的地方。
according to documentation apple states that VNC supports Kerberos authentication. I don't know if any vanilla VNC clients support Kerberos authentication, but that may be a place to look.