Security & Production Engineering
Security & Production Engineering — Protect protocols and distribute paper via ZeroLeak.
Prevent replay attacks, distribute trust using Shamir Secret Sharing, design timelocks, and build backup RPC infrastructure so your app survives mainnet.
ZeroLeak
Exam paper leak prevention system: PDF encrypted in-browser with AES-256-GCM, encryption key split using Shamir Secret Sharing, smart contract timelock.
Cryptographic Security Patterns
Replays, nonces, domain separations, AES encryption, and secret sharing.
Replay attacks — signing the same message twice
UpcomingCapture and replay hazards. Nonce-based cryptographic guards.
AES-256-GCM — symmetric encryption in-browser
UpcomingWeb Crypto API. Encrypting PDFs client-side before IPFS uploading.
Shamir Secret Sharing — distributed trust
UpcomingK-of-N threshold keys. Removing single-source targets.
Application-Level Security
Smart contract rate limiting, Sybil resistance, ProxyShield WAF setups.
Production Reliability
Fallback RPC circuits, gas escalations, contract upgrades, and audit logs.
