如何访问 Windows 凭据?
(控制面板\所有控制面板项目\凭据管理器) 如何从 Visual Basic 窗体访问 Windows 凭据?这不是为了黑客目的,只是为了知识,所以我可以恢复我自己的密码。 :) 谢谢!
(Control Panel\All Control Panel Items\Credential Manager)
How would I access Windows credentials from a Visual Basic form? This is not for hacking purposes, simply knowledge and so I can recover my OWN passwords. :) Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法通过 .net 恢复纯密码,您可以获得的是给定用户/密码或登录用户的安全令牌。
I think you can't recover plain password through .net, what you could get is a security token for a given user/password or logged user.