How Windows Store Passwords.ppt

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
How Windows Store Passwords.ppt

Windows Operating Systems stores it’s passwords in a file called SAM(Security Accounts Manager). SAM is actually a Database stored as a registry file. It stores users passwords in a hashed format (in LM hash and NTLM hash). Since a hash function is one-way, this provides some measure of security for the storage of the passwords. Windows made an attempt to reduce the possibility of offline attempts by introducing SYSKEY. SYSKEY is a utility that encrypts the hashed password information in a SAM database using a 128-bit encryption key. SYSKEY was an optional feature added in Windows NT 4.0 SP3. It was meant to protect against offline password cracking attacks so that the SAM database would still be secure even if someone had a copy of it. However, in December 1999, a security team from BindView found a security hole in SYSKEY which indicates that a certain form of cryptanalytic attack is possible offline. A brute force attack then appeared to be possible. The Issue was fixed with the “Syskey Bug” then it was said to be strong enough to resist a brute force attack. The SAM file cannot be moved or copied while Windows is running. Windows kernel obtains and keeps an exclusive file system lock on the SAM file. Windows will not release that lock until the operating system has shut down or a blue screen exception has been thrown. However, the in-memory copy of the contents of the SAM can be dumped using various techniques, making the password hashes available for offline brute-force attack. LM hashes cannot be calculated when the user chooses a password of over 14 characters in length. A hash can be thought of as the digital fingerprint of a piece of data. It is also vastly unlikely that any different text string will give you an identical hash - a hash collision. It is next to impossible to (efficiently) recover the original text from a hash alone. Hash Password Examples. 2 very similar passwords have completely different hashes, i.e. password - 286755fad04869

文档评论(0)

开心农场 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档