2.2.1.1.1 CYPHER_BLOCK
The CYPHER_BLOCK structure defines an encrypted eight-character string. The type of encryption used is application dependent.
-
typedef struct _CYPHER_BLOCK { CHAR data[8]; } CYPHER_BLOCK, *PCYPHER_BLOCK;
data: An encrypted eight-character string.