Upload Health Reports

Upload a PDF health report, parse it to JSON, and generate a real zero-knowledge proof using your custom biometric hash circuit. The system extracts health data and creates cryptographic proofs using the biovault-circuits.

ZK Proof Generation Demo

How it works:

  1. Upload a PDF health report or any biometric file
  2. For PDFs, the system extracts structured health data as JSON
  3. The data is hashed and converted to circuit input format
  4. A ZK proof is generated using your compiled Circom circuit
  5. The proof can be verified without revealing the original data
  6. This demonstrates privacy-preserving biometric verification