Official Website: https://devpoliooo.vercel.app/
Void is a secure, cross-platform data wiping solution designed to permanently erase user data from storage devices including HDDs, SSDs, NVMe drives, USB devices, and Android phones.
Built on a Tiny Core Linux (64-bit) base, Void ensures speed, portability, and compatibility even on older hardware.
It complies with NIST SP 800-88 standards and generates tamper-proof, verifiable wipe certificates, promoting safe recycling and supporting India’s circular economy initiatives.
-
Full Disk Wipe — ATA Secure Erase for HDDs, NVMe Secure Erase for SSDs
-
Android Wipe — Automated ADB + Fastboot reset for complete data removal
-
USB Wipe — File-system signature wiping using the
ddprotocol -
Tamper-Proof Certificates — Verifiable proof of secure erasure
-
Offline Operation — Works entirely without internet access
-
Lightweight — Tiny Core Linux base for minimal system resource usage
-
Visit the official Void website.
-
Download the latest Void ISO file.
-
Download and install Rufus.
-
Insert a USB drive (minimum 4 GB).
-
Open Rufus and configure:
-
Device: Select your USB drive
-
Boot selection: Choose the downloaded
Void.iso -
Partition scheme: Choose
MBR(Legacy BIOS) orGPT(UEFI)
- Click Start and wait for Rufus to finish creating the bootable USB.
-
Insert the USB drive into the target computer.
-
Restart and open the boot menu (
F12,Esc, orDeldepending on the system). -
Select your USB device to boot into Void.
Once the Void interface loads, select an option:
-
Wipe Internal Disk (HDD/NVMe)
-
Wipe USB Devices
-
Wipe Android Devices
Follow the on-screen prompts.
After completion, Void automatically generates a wipe certificate.
-
Download the
Void.isofile. -
Identify your USB drive (e.g.,
/dev/sdb). -
Use the
ddcommand to make a bootable USB:
sudo dd if=Void.iso of=/dev/sdX bs=4M status=progress conv=fsync
Replace /dev/sdX with your actual USB device path (not a partition like /dev/sdb1).
Reboot your system and select the USB device from the boot menu.
Option 2 — Using the .deb Package
Download the void.deb package from the official website.
Install it using:
sudo dpkg -i void.deb
sudo apt-get install -f
Launch Void with:
void
Follow the interface to securely wipe supported devices.
Wipe Certificates
After each successful operation, Void creates a digital wipe certificate that includes:
Device name and serial number
Wipe timestamp
Wipe method (ATA, NVMe, ADB, or dd)
Verification checksum
Operator ID (if configured)
These certificates act as tamper-proof audit records, providing verifiable proof of data erasure for organizations and compliance audits.
Important Notes
All data will be permanently erased. Back up any critical data before proceeding.
Use Void only on devices you own or are authorized to wipe.
For Android devices:
Enable USB Debugging in Developer Options before connecting.
Ensure the phone is properly recognized by ADB.
Some older HDDs may not support ATA Secure Erase commands.