关于确保“记住我的密码”的方法的清晰度我们的桌面应用程序的功能,类似于SQL Server凭据中的功能

发布于 2025-01-27 12:35:24 字数 1590 浏览 2 评论 0原文

我们想实现在应用程序中记住用户密码的功能,类似于Microsoft SQL Server登录凭据的存储方式。

(与SQL Server连接无关),

我们研究了一些信息,并在 this。

但是,尚不清楚如何进行加密/解密的过程/流程,即如何安全保存和匹配密码的过程发生在验证过程中。某些网站还提到SQL登录密码可以破裂

根据该文档的 Microsoft ,Windows DPAPI也以服务主密钥(SMK)的形式使用Windows DPAPI来保护存储在数据库中的数据,但是实际的SQL凭据验证验证没有提及流程。 (我们发现此问题也提到了dpapi。

因此,是否有任何方法可以存储与SQLServer方法类似的用户应用程序密码或任何其他安全方法,以确保它们不会破裂或解密? 我们还读到,dpapi加密密码可以破裂

编辑11/05/2022: 添加了SQL Server登录页面的屏幕截图,并对内容进行了较小的编辑。

We would like to implement the feature of remembering user's passwords in our application similar to how Microsoft SQL Server login credentials are stored.
enter image description here

(nothing to do with SQL server connection)

We researched and found some information on this.

However, it is not clear how the process/flow of encryption/decryption takes place, i.e, how the process of securely saving and matching of password takes place during validation process.Some of the websites also mention that the SQL login passwords can be cracked.

As per this document from Microsoft, Windows DPAPI is also being used in the form of Service Master Key (SMK) to secure data stored in database, but the actual SQL credentials validation flow is not mentioned. (We found this question as well which mentions DPAPI.)

So is there any method where we can store user's application passwords similar to SQLServer's methodology or any other secure method to ensure they are not cracked or decrypted?
We have also read that DPAPI-encrypted passwords can be cracked.

EDIT 11/05/2022:
Added screenshot of SQL Server login page, and made minor edits to content.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文