Single-file Windows utility. No installer, no nag screens, no upsell. Built because I didn't want to pay for a bloated commercial wiper to do something Windows can already do, just with a worse UI.
Per-block speed, stall detection, and tamper-evident certificates. If something's wrong with a wipe, you'll see it while it's happening, not find out later when the cert doesn't match.
Wipes survive power loss, app crashes, and USB disconnects. State is saved every five seconds, so you can pick up where you left off, even days later. Resume tracking matches drives by serial, model, and capacity, so swapping drives between sessions can't apply state to the wrong target.
For NVMe and SATA drives that support it, EZ Eraser issues firmware-level erase commands instead of software overwrites. NVMe Format with Crypto Erase is near-instant on self-encrypting drives. ATA SECURITY ERASE UNIT clears over-provisioned cells that overwrites can't reach.
The verification pass knows what your wipe was supposed to write. Zero Fill verifies all-zeros. VSITR verifies the 0xAA terminator. Random and DoD verify high entropy. Catches drive cache failures, silently skipped bad sectors, and write-pretending USB enclosures.
Each completed wipe generates an HTML certificate of destruction with a SHA-256 hash computed over drive metadata, algorithm, timestamps, and result. Modify any field on the visible cert and the hash won't match on recomputation, exposing the tampering.
Bought a used drive and want to know if it's actually clean? Audit mode reads every sector and reports clean vs dirty without modifying a single byte.
Most modern drives need a single pass. The multi-pass methods are here for compliance frameworks that pre-date current hardware, not because they're more secure.
22FE4D1112B32831866136426ADECA9465CE80D0C720AC8A7E874E52B227C263
This is a hobby project, but I read every issue and email. Bug reports, feature requests, and weird-edge-case drives are all welcome.