Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NT_OWF_PASSWORD stores the one-way function (OWF) of a user's password.
Syntax
typedef struct _NT_OWF_PASSWORD {
CYPHER_BLOCK data[2];
} NT_OWF_PASSWORD, *PNT_OWF_PASSWORD;
Members
- 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.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
MsChapp.h |