███████╗ █████╗ ███████╗████████╗██████╗ ██████╗ ██████╗ ███╗ ██╗
██╔════╝██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██╔═══██╗██╔══██╗████╗ ██║
█████╗ ███████║███████╗ ██║ ██████╔╝██║ ██║██████╔╝██╔██╗ ██║
██╔══╝ ██╔══██║╚════██║ ██║ ██╔══██╗██║ ██║██╔══██╗██║╚██╗██║
██║ ██║ ██║███████║ ██║ ██████╔╝╚██████╔╝██║ ██║██║ ╚████║
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝
Plug USB, power on, don't touch anything. Starts in 3 seconds.
All disks (SATA, NVMe, HDD) wiped simultaneously.
Reads 100 random sectors post-wipe to confirm zeroed.
Erasure report per disk. Enterprise-grade audit trail.
Runs from RAM. Never touches disks during boot.
Auto restart after wipe. Pull USB, insert OS media.
| Feature | FastBorn | DBAN | nwipe |
|---|---|---|---|
| Zero-touch | █ YES | - NO | - NO |
| NVMe support | █ YES | - NO | █ YES |
| Quick mode | █ YES | - NO | █ YES |
| JSON log | █ YES | - NO | - NO |
| Verification | █ YES | - NO | - NO |
| Auto-reboot | █ YES | - NO | - NO |
| Modern kernel | █ 6.6 LTS | - 2.6.x | ~ depends on distro |
| Bootable ISO | █ YES | █ YES | - needs ShredOS |
| Active development | █ YES | - Sold to Blancco | █ YES |
fastborn.isoMBR | Target:
BIOS or UEFIdiskutil list # find your USB disk numberdiskutil unmountDisk /dev/diskXsudo dd if=fastborn.iso of=/dev/rdiskX bs=1m status=progress
diskutil eject /dev/diskXlsblk # find your USB devicesudo dd if=fastborn.iso of=/dev/sdX bs=1M status=progress conv=fsyncAutomatically written to USB under /fastborn-logs/ for each disk.
{
"tool": "FastBorn v1.0",
"timestamp": "2026-03-20T14:30:00Z",
"hostname": "PC-042",
"disk": {
"device": "/dev/sda",
"model": "WDC WD5000AAKX",
"serial": "WD-ABC123",
"size": "465GB",
"size_bytes": 500107862016
},
"erasure": {
"method": "quick-1pass-zero",
"duration_seconds": 1024,
"status": "success"
},
"verification": {
"result": "PASS",
"sectors_checked": 100
}
}
Requires: Docker Desktop