NT_OWF_PASSWORD structure
The NT_OWF_PASSWORD stores the one-way function (OWF) of a user's password.
c++
typedef struct _NT_OWF_PASSWORD {
CYPHER_BLOCK data[2];
} NT_OWF_PASSWORD, *PNT_OWF_PASSWORD;
- data
An array of CYPHER_BLOCK structures that contain an OWF password hash. The contents of the array are calculated using the NtEncryptedPasswordHash function as defined in RFC 2433, section A.10.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
MsChapp.h |