authentication - 事件目录

标签 authentication active-directory passwords

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

8年前关闭。




Improve this question




如何从 Active Directory 获取用户的密码

最佳答案

很简单,你不能。密码并非存储在几乎所有身份验证系统中。相反,它们被转换为存储的“哈希”。然后,当您想证明您知道密码时,您可以使用相同的算法将您键入的密码转换为哈希值,并将其与存储的数据进行比较。

有些使用公钥/私钥来执行散列,有些使用替代算法。他们都不能将哈希“取消转换”回原始密码。

关于authentication - 事件目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/833835/

相关文章:

scala - Play Framework ,Scala : authenticate User by Role

security - 告诉用户帐户已被锁定是否存在安全风险?

powershell - 按密码到期日期对 Get-ADUser 输出进行排序

c# - 如果一个 OU 包含 3000 个用户,如何使用 DirectorySearcher 查找所有用户?

java - PBE : Verify password before attempting to decrypt

java - 屏蔽从控制台输入的密码:Java

php - 如何使用 PHP 将登录表单错误返回到同一页面?

php - PHP/MySQL/Apache 中的最佳登录实现

linux - 针对 Linux 服务器(Web 服务器)集成 Windows/OSX/Linux 身份验证

用于密码验证的php