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 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.