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