Split Knowledge
Split knowledge is a security method in which the information needed to perform a sensitive task, such as reconstructing a cryptographic key, is divided among two or more people so that no single person holds enough to use it alone. Each individual possesses only a component that reveals no usable information about the full key on its own. It is commonly paired with dual control, but the two are distinct concepts.
Split knowledge is a key-management process in which a cryptographic key is divided into multiple key components, each held separately such that any individual component conveys no knowledge of the original key. The intent is that no single person has access to, or can derive, a plaintext encryption key in use; reconstruction requires the combination of components held by separate custodians. In PCI DSS, split knowledge is addressed alongside dual control as a control over manual clear-text cryptographic key-management operations, though it should not be conflated with dual control: split knowledge governs how key material is partitioned among custodians, while dual control governs the requirement that more than one person participate in a given operation. Requirement numbering and wording for these controls differ across PCI DSS versions, so practitioners should confirm the applicable requirement against the current published standard rather than assuming a fixed number.
Why it matters
Manual clear-text key-management operations represent one of the highest-risk moments in a cryptographic system, because they are among the few points where key material may exist in a form a person could observe, copy, or exfiltrate. Split knowledge helps reduce the risk that any single individual can obtain or reconstruct a usable plaintext key, whether through malicious intent, coercion, or error. By ensuring that each custodian holds only a component that conveys no knowledge of the full key, the method is intended to limit the impact of a single compromised or dishonest custodian.
Split knowledge matters most where organizations perform manual key operations rather than relying entirely on hardware security modules that generate, store, and manage keys without human exposure to clear-text material. In these manual scenarios, the partitioning of key components among separate custodians is a core assumption underlying the trust placed in the broader key hierarchy. A failure to properly separate components, or a situation where one person effectively controls multiple components, can quietly undermine that assumption without producing any obvious operational symptom.
Split knowledge should not be treated as a standalone safeguard. It addresses how key material is partitioned among people, but it does not by itself govern how many people must participate in a given operation, which is the role of dual control. The two are commonly paired precisely because each addresses a different aspect of custodian risk, and confusing one for the other can leave gaps in a key-management program.
Who it's relevant to
Inside Split Knowledge
Common questions
Answers to the questions practitioners most commonly ask about Split Knowledge.