Question paper for this candidate, this seat
UNIQUE · O(1) lookup · < 1 ms
Work / Bharat-First / Pariksha Suraksha
No. 11 · Bharat-First · Examination IntegrityQuestion paper for this candidate, this seat
UNIQUE · O(1) lookup · < 1 ms
Act I · The Single Document
The NTA, UPSC, SSC, state PSCs and university boards all share the same architectural flaw. The complete question paper exists as a single document long before the exam. Every custody handoff is an attack surface.
40+
Paper leaks 2023·2024
Major leaks reported across NEET, UGC-NET, BPSC, UPSSSC and several state board examinations within two academic years.
24L
NEET-UG 2024 affected
Twenty-four lakh candidates pulled into a Supreme Court intervention on examination integrity. A whole admission cycle disrupted.
5·8
Custody handoffs per paper
Setting team, printing press, transport, district storage, centre superintendent, invigilator. One weak link is enough to leak everything.
Act II · Three Interlocking Innovations
I.
Every candidate gets a different question paper. Same difficulty, same topics, different items. Pre-rendered and served via a single table lookup in under one millisecond. Leaking one paper is useless against the next seat.
O(1) at exam startII.
Pairwise log-likelihood ratio analysis catches cheating patterns no human invigilator can see. False positive rate under 0.0001. BFS-based ring detection across centres produces PDF evidence that withstands legal scrutiny.
FPR < 0.0001III.
Each question is individually encrypted with AES-256-GCM. Time-Lock Puzzles serve as cryptographic fallback. Shamir's Secret Sharing (3-of-5) handles emergency key release. A hash-chain audit trail with Merkle proofs verifies any event in O(1).
AES-256-GCM · TLP · SSSAct III · The Ten-Layer Proctor
The ExamProctor module runs in the candidate browser. Every violation is logged with a timestamp and pushed to the server. The data is evidence for human investigation, never automatic disqualification.
Act IV · The Stack
A TCS iON-style offline deployment. Every centre runs nginx, mvp-server.js, dnsmasq for DNS and DHCP, chrony as the local NTP source, and a real-time terminal monitor dashboard. The internet is optional.
Act V · Proof
Landing, about and pitch deck live now. Candidate exam terminal at /exam handles login, OTP and proctored exam. Admin dashboard at /admin/dashboard exposes exam management, question bank, monitoring and audit verification.
https://pariksha.dmj.oneTerraform plus GCP Compute Engine. The whole stack stands up or comes down with one command. No partial state, no manual cleanup.
make deploy # create VM, install, start (~5 min)
make destroy # delete VM and all resources
kiosk-setup.sh transforms an Ubuntu machine into a single-purpose exam kiosk. iptables-lockdown.sh enforces a kernel-level network firewall. chromium-policy.json applies sixty-plus enterprise browser rules. Designed to mirror the TCS iON deployment model.
Every event lands in a hash-chain audit log. /api/v1/audit/proof/:eventId returns the Merkle proof. /api/v1/verify/:hash lets a third party verify a single event without trusting the operator.
I architect high-stakes systems where every event must be provable, every leak must be useless, and every minute of downtime is a stolen future. If your examinations, audits or evidence pipelines need that bar, this is the work.