Skip to main content
Category: Key Management

Dual Control

Also known as: Two-person control, Split control
Simply put

Dual control is a security practice that requires two or more separate people to act together to complete a sensitive task, so that no single person can carry it out alone. This shared responsibility is intended to reduce the risk of error, fraud, or misuse of sensitive functions or information.

Formal definition

Dual control is a process that uses two or more separate entities, usually persons, operating in concert to protect sensitive functions or information. In payment security contexts it is commonly applied to key-management operations, such as handling cryptographic key components, so that no single individual has complete knowledge of or access to a protected asset; it is frequently paired with split knowledge, where each participant holds only a portion of the information needed to reconstruct a secret. The specific application, scope, and validation of dual control as a control objective should be confirmed against the current published PCI standard governing the relevant function, such as PCI PIN or PCI DSS key-management requirements, rather than assumed from the term alone.

Why it matters

Dual control addresses a fundamental weakness in any system that relies on trusted individuals: a single person with complete access to a sensitive function or secret represents a single point of failure, whether through malicious intent, coercion, or honest error. By requiring two or more separate entities to act together, dual control raises the difficulty of both accidental and deliberate misuse, because no one participant can complete the protected task alone. In payment security, this principle is applied most visibly to cryptographic key-management operations, where the compromise of a key can undermine the confidentiality of protected data across an entire environment.

Dual control is commonly paired with split knowledge, in which each participant holds only a portion of the information needed to reconstruct a secret such as a cryptographic key. The two concepts are related but distinct: split knowledge ensures no single person knows the whole secret, while dual control ensures no single person can act on it alone. Used together, they reduce the risk that any one individual can reconstruct or misuse a protected asset. It is important to note that dual control reduces, but does not eliminate, insider risk; collusion between the required participants remains a residual threat that other controls, such as logging and separation of duties, are intended to help mitigate.

Because the specific scope, application, and validation of dual control differ depending on the function being protected, teams should confirm requirements against the current published PCI standard that governs the relevant operation, such as PCI PIN or PCI DSS key-management requirements, rather than assuming the term implies a fixed set of obligations. Requirement numbering and wording vary between standards and versions.

Who it's relevant to

Key custodians and cryptographic operations staff
Personnel responsible for handling cryptographic key components are the most direct participants in dual control. They must understand that no single custodian should have complete knowledge of or access to a protected key, and that dual control is frequently paired with split knowledge so that each participant holds only a portion of the secret.
Compliance officers and QSAs
Those validating payment security controls need to confirm how dual control is scoped and applied for the specific function in question, referencing the current published PCI standard that governs it, such as PCI PIN or PCI DSS key-management requirements. Requirement wording and numbering differ between standards and versions and should be verified against the current published standard rather than assumed.
Security engineers and access control designers
Engineers designing key-management and access control systems apply dual control to reduce single points of failure over sensitive functions. They are responsible for ensuring the surrounding process genuinely enforces concurrent participation and separation, since the security benefit depends on implementation rather than on the label alone.
Risk and internal audit teams
Risk and audit functions assess whether dual control meaningfully reduces the risk of error, fraud, or misuse. They should account for residual risks such as collusion between required participants, and evaluate complementary controls like logging and separation of duties that are intended to help mitigate that exposure.

Inside Dual Control

Split Knowledge
A related principle often paired with dual control, in which no single individual possesses enough information (such as a full cryptographic key or key component) to reconstruct a secret alone. Split knowledge distributes knowledge of a secret across multiple people, while dual control governs the process of performing an action.
Two or More Authorized Individuals
Dual control requires that a sensitive operation cannot be completed by one person acting alone; at least two authorized parties must each contribute to complete the process, so that no single person can perform the operation unilaterally.
Key Management Operations
A common application of dual control is manual cryptographic key management, such as key generation, key loading, key component entry, or key custodian activities. Requirements for key management operations are addressed within PCI DSS and, for PIN-related key handling, within PCI PIN; confirm the specific control against the current published standard, as requirement numbering and wording differ between versions.
Distinct from Separation of Duties
Dual control ensures two people are required to complete a single sensitive action, whereas separation of duties divides distinct responsibilities across roles so that no one person controls an entire process end to end. The two controls are complementary but address different risks.
Procedural and Physical Enforcement
Dual control can be enforced through documented procedures, physical mechanisms (such as safes or tamper-evident containers requiring two custodians), and logical access controls. The effectiveness depends on implementation and consistent adherence, not on the label alone.

Common questions

Answers to the questions practitioners most commonly ask about Dual Control.

Is dual control the same thing as split knowledge?
No, though they are frequently confused and often implemented together. Split knowledge means that no single person has knowledge of a complete secret, such as a full cryptographic key, because the value is divided into components held by different people. Dual control means that no single person can perform a sensitive operation alone, because the process requires the participation of two or more people. You can have one without the other, but for cryptographic key management they are typically combined so that reconstructing or using a key requires multiple people who each hold only part of the secret. Confirm the specific expectations against the current published PCI DSS and, where applicable, PCI PIN requirements rather than assuming a fixed requirement number.
Does requiring two people to approve an action mean I have dual control?
Not necessarily. Dual control is defensible only when the two participants are genuinely independent and neither can complete the sensitive operation without the other. A workflow where one person can approve their own request, where the second approver holds credentials the first person also possesses, or where one individual can assume both roles does not achieve dual control in substance even if it appears to on paper. The control depends on separation of the people, their credentials, and their capabilities, not on the label applied to the workflow.
Where in a payment environment is dual control most commonly required?
It is most commonly applied to sensitive cryptographic key management operations, such as generating, loading, transferring, or destroying keys, and to access to key components or key shares. It may also apply to other high-risk administrative actions defined by an organization's policies. The precise operations that must be under dual control depend on the applicable standard, for example PCI DSS for cardholder data environments or PCI PIN for PIN processing, and on your own risk assessment. Verify the current requirements in the published standard that governs your environment.
How should dual control activities be documented and evidenced?
Maintain records that show each sensitive operation, the identities of the multiple participants, the roles they performed, and the date and time. Logs, signed key ceremony scripts, and access records help demonstrate that no single individual completed the operation alone. Retain this evidence so that an assessor can verify the control operated as designed throughout the period under review. The specific documentation expectations should be confirmed against the current published standard applicable to your environment.
How does dual control interact with separation of duties?
They are complementary but distinct. Separation of duties distributes different responsibilities across roles so that no single role can control an entire sensitive process end to end, which helps reduce the risk of error and fraud. Dual control requires simultaneous participation of more than one person to complete a specific sensitive operation. An environment may use separation of duties to define who may perform which functions and dual control to ensure that a particular high-risk function cannot be executed by one person acting alone.
What are common implementation pitfalls that weaken dual control?
Common weaknesses include shared credentials that let one person act as two, emergency or break-glass procedures that bypass the second participant, insufficient rotation so the same two individuals always pair, and a lack of independent logging that makes it impossible to prove two people were actually involved. Another pitfall is failing to extend the control to backup, recovery, and personnel-change scenarios, where a departing or absent participant may leave a single person able to complete an operation. Address these through policy, technical enforcement, and verifiable records rather than relying on procedure alone.

Common misconceptions

Dual control and split knowledge are the same thing.
They are related but distinct. Split knowledge concerns distributing knowledge of a secret so no one person knows it in full; dual control concerns requiring two or more people to jointly perform an operation. An implementation may use one, the other, or both depending on the requirement.
Dual control is the same as separation of duties.
Separation of duties divides different tasks across different roles to reduce the risk of a single person controlling an entire process. Dual control requires two authorized individuals to complete the same single sensitive action. They mitigate related but different risks and are often applied together.
Implementing dual control prevents insider fraud or key compromise.
Dual control is intended to reduce the risk that a single individual can misuse a sensitive capability, but it does not eliminate risk. Collusion between authorized parties, weak procedures, or poor logical enforcement can undermine it, so it should be one layer among broader controls.

Best practices

Define in documented procedures exactly which operations require dual control, who the authorized individuals are, and how each participant's contribution is verified and recorded.
Where dual control protects cryptographic keys, pair it with split knowledge so that no single custodian can reconstruct a full key or key component alone.
Maintain an audit trail that records both participants for each dual-control operation, supporting accountability and later review.
Rotate custodians and enforce logical and physical access controls so that the same two individuals are not the sole holders of a capability, reducing collusion and single-point-of-failure risk.
Confirm the applicable requirements against the current published PCI DSS text, and for PIN and key-handling contexts against PCI PIN, since requirement numbering and wording differ between versions.
Periodically test and review dual-control procedures to ensure they are enforced in practice and not bypassed by informal shortcuts or shared credentials.