Why the Check Value, Not the Radio, Stops MITM
Why the Check Value, Not the Radio, Stops MITM
Ada re-derives this chapter’s own numbers step by step, at full precision
ADA · CALCULATION AUDIT
Why the Check Value, Not the Radio, Stops MITM
At the calculator’s default sliders — 10 attempts against 100 devices — Just Works surrenders essentially the whole fleet (about 100 devices, a 99.99990% per-device compromise), while Numeric Comparison’s 6-digit check leaves it at roughly 0.001 devices. The same attacker and the same attempts are separated by a factor near 100,000. This audit rebuilds both sides and asks whether that gap comes from the radio, the range, or the encryption — or entirely from the six-digit human check.
Companion to the chapter BLE Pairing Practice Checks — every number here comes from that chapter.
At the calculator’s default sliders — 10 attempts against 100 devices — Just Works surrenders essentially the whole fleet (about 100 devices , a 99.99990% per-device compromise), while Numeric Comparison’s 6-digit check leaves it at roughly 0.001 devices . Calculate this case.
The same attacker and the same attempts are separated by a factor near 100,000 . Check shows this.
Dividing one by the other, 0.9999990463 / 0.000009999955 = 100,000.4: the same attacker, the same 10 attempts, and the same 100 devices, yet Just Works is roughly a hundred thousand times more likely to surrender a device than Numeric Comparison. The defence in that ratio comes entirely from the six-digit human check, not from the radio, the range, or the encryption, which is why Numeric Comparison changes the fleet outcome. Check confirms it.
See the relationship before changing it
The figure reads from left to right. The blue input is pairing attempts. The middle card names the page’s rule. The green output is expected numeric comparison captures. The arrow matters: change the input, apply the rule once, then read the result with its unit.
Derive the baseline in four named moves
- 1
Name the input. The chapter baseline is 10 attempts.
- 2
Name the relationship. expected = 100 x (1 - (1 - 1/1,000,000)^attempts)
- 3
Substitute with units. 100 x chance over 10 tries = 0.001000 devices
- 4
Read the result. Keep the unit beside the value, then use the result only inside the technical boundary below.
Predict, then change pairing attempts
Try Predict how expected numeric comparison captures responds when pairing attempts moves. Calculate pairing attempts; compare expected numeric comparison captures with that prediction.
Observe Return to 10 attempts. Recheck expected numeric comparison captures with pairing attempts at its chapter value.
Explain The six-digit check keeps the expected fleet loss near zero.
Check yourself
What should you do before trusting a moved-slider result?
What does this small model leave out?
Technical boundaries
The “Why the Check Value, Not the Radio, Stops MITM” model leaves out human confirmation mistakes, compromised displays, relay timing, biased random values, or implementation defects in the pairing transcript; “Why the Check Value, Not the Radio, Stops MITM” therefore reports only its named fixtures.
Ada: The calculator above claims that over the same handful of attempts, Just Works exposes almost every device while Numeric Comparison exposes almost none. That gap is the entire argument for adding a check value, so let me reproduce it from the model’s own illustrative rates at its default sliders: 10 attempts, 100 devices.
Just Works treats each of the 10 setup attempts as an independent timing race the attacker wins with the model’s illustrative probability 0.75:
- Per-device escape from capture over 10 tries:
(1 - 0.75)^10 = 0.25^10 = 0.0000009536743 - Per-device compromise probability:
1 - 0.0000009536743 = 0.9999990463, i.e.99.99990% - Expected devices compromised in the fleet:
100 x 0.9999990463 = 99.99990, which the panel rounds to100 devices
Numeric Comparison instead forces the attacker to guess a 6-digit value, so each attempt succeeds with probability 1 / 1,000,000:
- Per-device compromise over 10 tries:
1 - (1 - 0.000001)^10 = 0.000009999955, i.e. about0.001% - Expected devices compromised:
100 x 0.000009999955 = 0.0009999955, about0.001 devices
Dividing one by the other, 0.9999990463 / 0.000009999955 = 100,000.4: the same attacker, the same 10 attempts, and the same 100 devices, yet Just Works is roughly a hundred thousand times more likely to surrender a device than Numeric Comparison. The defence in that ratio comes entirely from the six-digit human check, not from the radio, the range, or the encryption, which is exactly why a displayless lock that can only fall back to Just Works needs an out-of-band channel or a physical setup action before it ships.
Every number above is taken from the chapter’s own material and re-derived step by step.