A toy XOR surface starts with equal-length plaintext and keystream bytes.
Start with a toy XOR surface
The toy message says pay equals 10. A pinned keystream has the same byte length.
plaintext=0x7061793d3130
Plaintext bytes
The plaintext bytes are 0x7061793d3130. The byte view is exact; no character parser runs in the browser.
plaintext bytes=0x7061793d3130
Keystream bytes
The toy keystream is 0x0f1e2d3c4b5a. It is just pinned bytes for this lesson, not real AES output.
keystream=0x0f1e2d3c4b5a
Summary
Toy XOR encryption starts with equal-length plaintext and keystream bytes.
byte length=6