CYPHER_BLOCK structure (mschapp.h)

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

See also

MS-CHAP Password Management Structures