Use a 3-digit challenge to generate & verify a corresponding 3-letter response.
Provides higher entropy and security than authentication tables while being easier to use.
A->B: AUTH 123 ABC
B->A: ACK. AUTH 456 DEF
A->B: CONFIRM 123
B->A: ACK ABC. CONFIRM 456
A->B: ACK DEF
Challenge-response tables for authentication.
A->B: CONFIRM CEY (Table: Charlie, Column: E, Row: Y)
B->A: ACK 7. CONFIRM AIT (Table: Alpha, Column: I, Row: T)
A->B: ACK T
Use a 5-digit key to generate a corresponding fixed (paper friendly) or streamed (more secure) cipher.
Cipher values are added to the ASCII encoded message to create encrypted message.