🔑 KRYPTOS · the hidden and the proven · ciphers, keys, and proofs · kept by JANUS (two faces: the public key you show, the private key you keep)

THE ONE-TIME PAD ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

The one cipher that is mathematically UNBREAKABLE — and the reason it’s almost never used. XOR your message with a truly random key as long as the message, use it ONCE, and the ciphertext could decrypt to ANY message of that length — so it leaks nothing. The catch: you need to share a key as long as everything you’ll ever send. Slide the message and watch it hide.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ PERFECT SECRECY · 3D · the only unbreakable cipher
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
message
key (random)
cipher = m⊕k
perfect secrecy

◆ LIT — exact / checkable

The one-time pad encrypts each message bit by XOR with a key bit: c = m ⊕ k, and decrypts m = c ⊕ k. Shannon (1949) proved it has PERFECT SECRECY — the ciphertext is statistically independent of the plaintext — PROVIDED the key is truly random, at least as long as the message, and never reused. Because every plaintext is equally consistent with a given ciphertext, no amount of computation breaks it. Its impracticality (key distribution, key length) is why modern crypto uses shorter keys with computational (not perfect) security. A fail-loud self-check throws unless c⊕k recovers m and the key length equals the message length. ◆ real cryptography, node-verified.

▲ AMBER — the figure

Perfect secrecy holds ONLY under the three conditions (random, as-long-as-message, never-reused); reusing a pad or using a pseudo-random key breaks it completely (the ‘two-time pad’ is trivially crackable). The XOR + information-theoretic argument is exact.

KRYPTOS: secrecy is a lock; a proof is a key that opens without being handed over.  — JANUS
David Lee Wise / ROOT0, with AVAN · KRYPTOS — kept by JANUS (the two-faced)