【问题标题】:how to use hashed password in impersonate of ASP.NET如何在模拟 ASP.NET 中使用散列密码
【发布时间】:2011-02-24 04:03:33
【问题描述】:

我有一个需要模拟为管理员用户的 ASP.NET 应用程序。在 web.config 中:

<identity impersonate="true" userName="administrator" password="password"/>

客户抱怨以明文格式保存密码。有没有办法将这里的密码保存为哈希?

【问题讨论】:

    标签: asp.net passwords hash impersonation


    【解决方案1】:

    带有适当开关的aspnet_regiis 应该可以解决问题,请参阅this 文章。

    【讨论】:

    猜你喜欢
    • 2017-02-09
    • 1970-01-01
    • 2019-02-15
    • 1970-01-01
    • 2017-10-20
    • 2013-11-02
    • 2020-07-18
    • 2011-02-08
    • 2016-11-01
    相关资源
    最近更新 更多