Glossary

Key terms, people, and concepts for understanding the Kryptos sculpture and the K4 cipher mechanism.

This glossary covers the specialized vocabulary used throughout SolveKryptos. Terms are grouped by category and cross-referenced where relevant. If you are new to Kryptos, start with the What Is Kryptos? page for context.

Sculpture & physical elements

Kryptos sculpture
An encrypted sculpture by Jim Sanborn, installed in the courtyard of CIA headquarters in Langley, Virginia on November 3, 1990. The name comes from the Greek word for "hidden." The installation consists of an S-shaped copper screen bearing approximately 1,735 cut-out letters, entrance slabs with Morse code, a compass rose, a lodestone, petrified wood, and a reflecting pool. It contains four encrypted passages (K1–K4). See What Is Kryptos?
Copper screen
The centerpiece of Kryptos: a vertical, S-shaped copper panel approximately 12 feet tall and 20 feet wide. The left half (as viewed from the courtyard) carries the encrypted ciphertext; the right half contains a Vigenère encryption tableau. Over the decades, the copper has developed a green verdigris patina. Letters are approximately 3 inches high, hand-cut with jigsaws.
Tableau sculpture
The right half of the copper screen, containing an alphabetic grid of 867 letters arranged in a keyed Vigenère encryption table. The tableau is intentionally oriented so it can only be read from behind the sculpture. It provides the framework used to encrypt K1 and K2, and its 7-row × 14-column geometry matches the K4 grid dimensions.
Compass rose sculpture
A directional marker carved into the courtyard ground near the sculpture, showing cardinal and intercardinal directions. The K4 plaintext opens with "THE COMPASS ROSE IS HERE," establishing it as the spatial reference point. The compass rose's geometry is believed to encode structural information about the cipher. See Physical Clues.
Lodestone sculpture
A natural magnetic stone placed near the compass rose. A lodestone deflects compass needles, demonstrating that reference frames can be locally redefined — a principle that applies to the K4 cipher mechanism, where the grid's own coordinate system defines the shift values.
Entrance slabs
Granite slabs at the entrance to the courtyard area containing Morse code messages. Decoded phrases include "VIRTUALLY INVISIBLE," "T IS YOUR POSITION," "SHADOW FORCES," "LUCID MEMORY," "SOS," and "RQ." These function as meta-instructions about how to approach the cipher. See Physical Clues.
Mengenlehreuhr (Berlin Clock / Set Theory Clock)
A clock in Berlin designed by Dieter Binninger in 1975 that displays time using illuminated panels organized by set theory — groups of 5-hour, 1-hour, 5-minute, and 1-minute blocks. "BERLIN CLOCK" appears in the K4 plaintext at positions 64–74. In November 2025, Sanborn clarified the intended referent is actually the Weltzeituhr (World Clock) at Alexanderplatz, not the Mengenlehreuhr. The Weltzeituhr sits on a compass-rose mosaic, mirroring Kryptos's own compass rose.

The four passages

K1 passage
The first encrypted passage on the Kryptos sculpture. Encrypted using a keyed Vigenère cipher with the keyword PALIMPSEST. Solved in 1998 by CIA analyst David Stein (classified) and publicly in 1999 by Jim Gillogly. The plaintext discusses "the nuance of iqlusion" — with IQLUSION being a deliberate misspelling.
K2 passage
The second encrypted passage. Encrypted using a keyed Vigenère cipher with the keyword ABSCISSA. Solved alongside K1 in 1998–1999. The plaintext contains geographic coordinates pointing to a location near the sculpture and references an "UNDERGRUUND" (deliberate misspelling). The corrected ending reads "WEST X LAYER TWO."
K3 passage
The third encrypted passage. Encrypted using a double transposition cipher. Solved independently by multiple researchers. The plaintext paraphrases Howard Carter's account of opening Tutankhamun's tomb, containing the deliberate misspelling "DESPARATLY." Sanborn's 1986 visit to Egypt influenced this passage.
K4 passage
The fourth and final encrypted passage — 97 ciphertext characters beginning with OBKR. It uses a fundamentally different cipher method than K1–K3. Four plaintext anchors were confirmed by the artist between 2010 and 2020: BERLIN (positions 64–69), CLOCK (70–74), NORTHEAST (26–34), and EAST (22–25). The proposed plaintext is: THECOMPASSROSEISHEREXEASTNORTHEASTTHISISYOURPOSITIONXCOMMISSIONBERLINCLOCKWHICHISNORTHEASTOFHEREX See K4 Solution.
OBKR
The first four ciphertext characters of K4. They occupy the capstone alignment row — the rightmost four columns of the last row shared with K1–K3 on the copper screen. Under the proposed solution, OBKR decrypts to THEC (the start of "THE COMPASS ROSE IS HERE"). The letters are not an acronym; they are the encrypted form of the plaintext at positions 1–4.

Cipher types & cryptographic concepts

Ciphertext
The encrypted form of a message. In Kryptos, the ciphertext is the sequence of letters physically inscribed on the copper screen. The K4 ciphertext is 97 characters long: OBKRUOXOGHULBSO…EKCAR.
Plaintext
The original, unencrypted message. The goal of solving any Kryptos passage is to recover the plaintext from the ciphertext. The proposed K4 plaintext begins "THE COMPASS ROSE IS HERE…"
Vigenère cipher cipher type
A polyalphabetic substitution cipher that uses a keyword to shift each letter of the plaintext by a different amount. K1 and K2 use keyed variants of the Vigenère cipher. In a standard Vigenère, the keyword repeats cyclically to create the shift sequence; in a keyed variant, the alphabet itself is scrambled using a keyword before applying the shifts.
Keyed alphabet
An alphabet rearranged using a keyword, where the keyword letters appear first (with duplicates removed), followed by the remaining letters in order. For example, the keyword KRYPTOS produces the keyed alphabet: K R Y P T O S A B C D E F G H I J L M N Q U V W X Z. Used in the Vigenère tableau on the sculpture.
Transposition cipher cipher type
A cipher that rearranges the positions of plaintext characters without changing the letters themselves. K3 uses a double (columnar) transposition. Unlike substitution ciphers, transposition ciphers preserve letter frequencies but scramble their order.
PALIMPSEST keyword
The keyword used to encrypt K1. A palimpsest is a manuscript where earlier writing has been scraped off and overwritten — an apt metaphor for layered encryption. The word also appears in the K1 plaintext as a thematic reference.
ABSCISSA keyword
The keyword used to encrypt K2. In mathematics, the abscissa is the x-coordinate of a point on a graph — a reference to position and coordinates, themes that pervade K4's mechanism.
Modular arithmetic (mod 26) math
Arithmetic where numbers "wrap around" after reaching a modulus. In K4, all shift computations use mod 26 (the 26-letter alphabet). For example, (5 − 19) mod 26 = (−14) mod 26 = 12. If a subtraction yields a negative number, add 26. The formula R = (C − P) mod 26 holds at all 97 K4 positions.

K4 mechanism

R-grid (Shift Table) mechanism
A 7×14 grid of verified shift values (integers 0–25) that defines the K4 encryption. Each cell's R value satisfies R = (C − P) mod 26, where C and P are the ciphertext and plaintext letter values at that position. The R-grid is the final, operative shift table. It decomposes as R = r + gate. See full R-grid table.
r-grid (base shift grid) mechanism
A 7×14 grid of base shift values derived from the R-grid by subtracting the gate: r = R − gate. Where gate = 1, r is one less than R; where gate = 0, r equals R. Each r value is now fully derived: r = (f(C) + g(T)) mod 26, where f and g come from on-site clues and the master constants. See full r-grid table.
Shift value mechanism
The integer (0–25) by which a plaintext letter is shifted to produce the corresponding ciphertext letter at a given position. Denoted R in the R-grid. A shift of 0 means the letter encrypts to itself (as occurs at position 33, where S→S, and position 74, where K→K).
Gate (binary gate) mechanism
A binary adjustment (0 or 1) applied to the base shift r to produce the final shift R. Fully derivable from position via three structural coordinates: col31 (packet phase), tier mod 3 (carrier cycle), and seam_corner (lanes 14/1/2). The formula: R = r + gate. The gate is structurally determined by the grid geometry, not derived from the plaintext.
Seam mechanism
A boundary between adjacent grid positions where the binary gate value changes, producing a discontinuity in the gate pattern. Six true seam edges exist in K4 at positions {2, 23, 66, 68, 81, 87}. Seams are identifiable by their shift-difference (ΔR) signatures and are a structural feature of the grid, not artifacts of the plaintext.

Grid terminology

Tier grid
A horizontal row of the 7×14 grid. The K4 ciphertext fills 7 tiers. Tiers 1–6 contain 14 characters each; Tier 7 contains 13 characters (the 98th cell is blank). Tier is computed as: tier = ⌈i ÷ 14⌉, where i is the 1-indexed position.
Lane grid
A vertical column of the 7×14 grid. There are 14 lanes. Lane assignment uses the physical indexing formula: lane = ((i − 2) mod 14) + 1. This means position 1 maps to Lane 14 (not Lane 1), which reflects the capstone alignment of the K4 ciphertext on the copper screen.

People

Jim Sanborn artist
American sculptor (born 1945) who created the Kryptos installation. Sanborn's body of work explores themes of secrecy, hidden information, and the physics of concealment. His other encrypted works include Antipodes at the Hirshhorn Museum and Cyrillic Projector at the University of North Carolina. He collaborated with Edward Scheidt to design the encryption systems used in Kryptos and has released four plaintext anchors for K4 between 2010 and 2020.
Ed Scheidt (Edward M. Scheidt) cryptographer
Retired chairman of the CIA's Cryptographic Center. Scheidt educated Sanborn on encryption methods beginning in 1988 and presented several cipher options for each passage. He rated the difficulty at "around nine out of ten" and expected K4 to be solved within five to ten years. He confirmed there was an intentional "change in the methodology" in the encryption.
David Stein solver
CIA analyst who solved K1, K2, and K3 by hand in 1998. His solution was classified internally and not made public until after Jim Gillogly's independent publication in 1999. Stein's hand-based approach demonstrated that the first three passages were solvable without computers.
Jim Gillogly solver
Computer scientist and member of the American Cryptogram Association who published the first public solution of K1, K2, and K3 in 1999, using computational methods. His publication brought widespread attention to Kryptos and the unsolved K4.
Elonka Dunin researcher
American game developer, author, and cryptography enthusiast who has been a central figure in the Kryptos research community. She maintains one of the most comprehensive public resources on Kryptos, has visited the sculpture multiple times, and has communicated directly with Sanborn. Her documentation of the ciphertext, Morse code, and community efforts has been invaluable to K4 researchers.
f value (row key) mechanism
A fixed number (0–25) assigned to each letter in the KRYPTOS alphabet, applied to the ciphertext letter (C) to determine which row of the KRYPTOS Vigenère tableau to enter. Derived from the compass seeds (3 and 11), the bridge offset (19), and the anchor letter O = 0. See Field Guide.
g value (column key) mechanism
A number (0–25) applied to the helper letter (T) from the active tableau row. Depends on the pass (X, Y, Z1, or Z2). Z-pass g values are governed by a 3×3 control card with rows LOOK, PLACE, SEND and columns EDGE, MIDDLE, OUT.
helper strip mechanism
The sequence of letters read from the tableau’s X, Y, and Z rows during decryption. These letters serve as inputs to the g-value lookup for each pass of the cipher.
control card mechanism
A 3×3 matrix that provides the g values for nine key letters in the Z passes. Rows are named LOOK (Z, D, H), PLACE (T, O, N), and SEND (J, M, Q) — derived from K3 and K2 clue phrases. Columns are EDGE, MIDDLE, and OUT.
master constants mechanism
The eight numbers (0, 3, 4, 11, 13, 19, 24, 1) that drive the entire K4 cipher system. All are derivable from on-site physical features or public clue witnesses.
Binary gate mechanism
A position-derived binary correction (+1 or +0) applied after computing r. Determined by three structural coordinates: col31 (packet phase), tier mod 3 (carrier cycle), and seam_corner (lanes 14/1/2). This is the final step before subtracting R from the ciphertext to get plaintext.
YAHR (family witness) mechanism
Four slightly raised letters on the cipher side — Y, A, H, R — with a dual role. Primary: a family witness that splits the alphabet into two groups seeding the row key (f). Y and A belong to the 11-family (compass 247.5° ÷ 22.5° = 11); H and R belong to the 3-family (67.5° ÷ 22.5° = 3). Secondary: a directional safeguard — read backward, YAHR contains RAY, warning that a 180° reading error shifts every lane by +7 and destroys the plaintext. See full explanation.
Weltzeituhr (World Clock) reference
A world time clock at Alexanderplatz in Berlin, designed by Erich John and opened in 1969. Sits on a compass-rose mosaic. In November 2025, Sanborn clarified this is the intended “BERLIN CLOCK” referent — not the Mengenlehreuhr as previously assumed.
Mengenlehreuhr (Set Theory Clock) reference
The world’s first public clock to display time using illuminated colored fields, designed by Dieter Binninger and installed in 1975 in West Berlin. For 11 years (2014–2025) the Kryptos community assumed this was the “BERLIN CLOCK” referent. Sanborn redirected attention to the Weltzeituhr in November 2025.
on-site solvability mechanism
The property that K4 can be decrypted by a person standing at the sculpture using only the physical features, public clues, pen, paper, and a basic calculator. No external charts, precomputed tables, or off-site materials are required.
bridge rule (+19) mechanism
The offset encoded in the K1/K2/K3 misspellings: IQLUSION (Q→L), UNDERGRUUND (U→O), DESPARATLY (A→E), and DIGETAL (E→I). Each misspelling encodes f(correct) = f(wrong) + 19. The number 19 is the KRYPTOS-alphabet position of N.
K5 reference
A new 97-character coded message announced by Sanborn in November 2025 at the International Spy Museum. Uses a “similar but not identical” coding system to K4 and shares some coded words in the same positions. Thematically connected to K2. Will be released publicly when K4 is cryptographically solved.

Continue