954,292 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Windows 7 authentication process

Currently on my stage of learning about MS Windows security and authentication procedures.And have one question that I can't find answer to.
There are Local Security Authority (LSA) and Security Account Manager(SAM) responsible for authentication process.
Lsa is responsible for validating user for logon and SAM holds users password in a one-way hashed value.
This value can not be reversed back to the plain text password. That basically means that when you try to login, hash is generated upon your password and then compared against hash in the SAM.
But I cannot find this hash algorithm that is used for hashing user password before comparison procedure.
Logically there should be some place for storing this hash algorithm,
because this hash should always be the same for particular user at least.

Could that be in lsass.exe itself?

Thanks,
dzen

dzen
Newbie Poster
7 posts since Jan 2010
Reputation Points: 11
Solved Threads: 0
 

This is starting point to learn how they are hashed.

Hope this helps

lolafuertes
Master Poster
788 posts since Oct 2008
Reputation Points: 120
Solved Threads: 166
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You