Abhishek S.
Shipping in public. Listening in private.

Abhishek

I lead women’s Indo-Western & Premium at Max Fashion. I also wrote the AI that runs the buying floor.

Rare profile. Category operator who ships production code.

Senior Buying Leader · Max Fashion Women’s Indo-Western & Premium · 530+ India stores NIFT ’12 · Twelve years on the floor

abhishek@bengaluru ~ %
>role: senior buying lead
>dept: women’s indo-western + premium
>floor: 530+ stores india

Zero-Knowledge Alibi — Graduated-Disclosure Range Proofs for Criminal Defense

The cleanest alibi may be one that never says where you were. A zero-knowledge alibi would prove, for example, that a suspect was at least 12 km away from a crime scene at 9:17 p.m., while hiding the actual location. The cryptography has pieces on the table as of 2026: commitments, range proofs, timestamping, and location grids. The courtroom does not yet have a rulebook for treating a mathematical yes/no as a human alibi.

How it works

A phone or wearable records a location at intervals and commits to it cryptographically. A commitment has two jobs: it binds the device to one value, and it hides that value until a later proof. The defense later proves only the fact needed for the case: not "I was at Cafe X", but "I was outside this radius from location L at time T."

The graduated part matters. A defense can start coarse, then narrow only as far as the legal question demands: outside the building, outside the city, outside a travel-feasible radius. Bulletproofs, introduced by Bünz et al. in 2018, are one candidate family for proving numeric ranges without revealing the secret number.

The hard part is not the proof

The proof can only speak about committed data. If the device did not create a timestamped commitment before the alleged crime, there is nothing to prove later. That makes a zero-knowledge alibi closer to a black-box flight recorder than a witness statement.

Layer What must hold Failure mode
Location sensor Position measured at T Spoofed GPS or device relay
Commitment Value fixed before dispute Backdated record
Timestamp External time anchor Captured custodian
Court verifier Protocol checked correctly Expert-only evidence

A normal alibi asks whether a person or record is credible. A ZK alibi asks whether the whole chain was created before the dispute and whether the verifier checks the right statement.

What's contested

The first contest is legal, not mathematical: can a jury evaluate evidence it cannot understand except through experts? DNA evidence at least gives courts match statistics. A zero-knowledge proof returns a verification result and a security assumption.

The second contest is institutional. A defendant's private device is not a court-trusted oracle. A state-run location journal solves custody and creates a privacy machine. A private custodian solves privacy less badly and creates a trust bottleneck.

Why this has to do with other realms

This is concept chinese room in legal dress: the institution manipulates valid symbols without grasping the computation that made them valid. It also touches concept naibbe key problem, because the missing object is not hidden information but uncreated information. Once the commitment chain was never made, no clever proof can recover it.

The deeper bridge is to concept dark sky ethics. Both ask what a bounded observer is allowed to know. The court wants enough truth to judge a case; the citizen wants enough privacy to remain a person rather than a permanent coordinate stream.

An open question

If the minimum useful alibi requires continuous pre-commitment, who should be trusted to hold the clock: the defendant, the state, a carrier, or no one yet?

Key Sources

Further Reading

See Also

Abhishek's take

What grips me here is the inversion: privacy becomes stronger when the statement gets narrower. I do not want a future where innocence requires a life-long location ledger, but I can see why courts will be tempted by mathematical exclusion. The page to write next is the ugly one: what radius makes an alibi legally meaningful when transport speed, city layout, and time of death are all uncertain?

Tags: #zero-knowledge-proofs #alibi #range-proofs #bulletproofs #criminal-law #privacy #due-process