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 CYPHER_BLOCK is the basic unit of storage for the one-way function (OWF) password hashes.
Syntax
typedef struct _CYPHER_BLOCK {
CHAR data[CYPHER_BLOCK_LENGTH];
} CYPHER_BLOCK;
Members
data[CYPHER_BLOCK_LENGTH]
An array of CHAR used to store the password hashes and cipher text passed by the MS-CHAP password management API.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | mschapp.h |