🛡️ #Forensa: Justice Hashed
Inspiration
In the high-stakes world of Sexual Assault and Custodial Deaths, forensic records are a victim's final voice. However, centralized medical databases are "Honeypots for Corruption." A single administrator with an "Edit" button can perform Unauthorized Data Mutation—altering "Homicide" to "Accidental" or deleting DNA metadata in seconds. I was inspired to eliminate this Digital Erasure of justice. I built #Forensa to move the legal standard from "Trusting the System" to "Verifying the Mathematics."
What it does
Forensa is a Decentralized Forensic Accountability Layer that secures the Chain of Custody. It allows doctors and pathologists to anchor autopsy findings into an immutable ledger.
The Integrity Loop: The system continuously monitors the live database. The Red Alert: If a hacker or corrupt official modifies even a single byte of forensic data, the system detects a Hash Mismatch and triggers an immediate Integrity Breach Alert. It makes the "Perfect Digital Crime" mathematically impossible.
How we built it
We engineered #Forensa using a Tri-Layer Security Stack:Forensic Terminal: A high-fidelity UI built with React.js and Tailwind CSS for secure data entry.Decentralized Sharding: Sensitive medical certificates and evidence images are sharded and stored on IPFS (via Pinata) to prevent a "Single Point of Failure." Cryptographic Sealing: Using FastAPI (Python), we implemented a multi-stage hashing protocol:
$$FinalAnchor = \text{SHA256}(\text{InitialHash} + \text{ForensicMetadata} + \text{IPFS_CID})$$
Immutable Ledger: The anchor is committed to the Blockchain via Solidity Smart Contracts, ensuring Non-Repudiation.
Challenges
we ran intoThe biggest hurdle was detecting "Ghost Mutations"—direct database hacks that bypass the application layer. I solved this by building an automated Audit Loop that performs real-time parity checks between the Live Backend data and the On-Chain Truth. Additionally, balancing Victim Privacy with Public Blockchain transparency was a challenge; we achieved this by only anchoring Hash Shards while keeping PII (Personally Identifiable Information) encrypted and off-chain.
Accomplishments that we're proud of
We successfully simulated a database breach where the system identified a tampered "Cause of Death" and flagged it in under 0.04ms. We are proud to have built a system where "Backdating" or "Retroactive Editing" of forensic reports is no longer a possibility, effectively protecting the dignity of survivors and victims.
What we learnedBuilding
#Forensa was a masterclass in Forensic Cryptography. I learned how to translate complex legal requirements into a Cryptographic Workflow. I also mastered Full-Stack Resilience, specifically securing P2P data streams and deploying an asynchronous, cloud-native backend on Vercel that maintains sub-second audit speeds.
What's next for #Forensa:
Justice HashedOur roadmap includes integrating SAEK (Sexual Assault Evidence Kits) tracking from crime scenes to courtrooms. We plan to build a Victim Advocacy Portal where survivors can verify the integrity of their own evidence using Zero-Knowledge proofs. Ultimately, we aim to make #Forensa the global "Truth Layer" for all Peace, Justice, and Strong Institutions (SDG 16).
Log in or sign up for Devpost to join the conversation.