You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SecureWipe: Cross-Platform Secure Data Wiping Solution
7
3
8
4
## Overview
9
-
Void is an open-source, cross-platform data wiping system focused on verifiable and standards-compliant data erasure across a wide range of storage devices.
5
+
SecureWipe is an open-source, cross-platform data wiping system focused on verifiable and standards-compliant data erasure across a wide range of storage devices.
10
6
11
7
It supports HDDs, SSDs, NVMe drives, removable USB storage, and Android devices, and is designed to perform complete, irreversible data destruction, not just filesystem-level deletion.
12
8
13
-
Void runs on a 64-bit Tiny Core Linux base to keep the environment minimal, fast, and hardware-tolerant, making it usable on both modern systems and older machines without relying on vendor-specific tooling.
9
+
SecureWipe runs on a 64-bit Tiny Core Linux base to keep the environment minimal, fast, and hardware-tolerant, making it usable on both modern systems and older machines without relying on vendor-specific tooling.
14
10
15
11
The project follows NIST SP 800-88 data sanitization guidelines and produces cryptographically verifiable wipe records that can be audited or validated later. These records support reproducible erasure workflows, compliance verification, and responsible device reuse or disposal.
16
12
@@ -38,9 +34,9 @@ The project follows NIST SP 800-88 data sanitization guidelines and produces cry
38
34
39
35
#### Step 1 — Download Files
40
36
41
-
1. Visit the [official Void website](https://devpoliooo.vercel.app/).
37
+
1. Visit the [official SecureWipe website](https://devpoliooo.vercel.app/).
42
38
43
-
2. Download the latest **Void ISO** file.
39
+
2. Download the latest **SecureWipe ISO** file.
44
40
45
41
#### Step 2 — Create a Bootable USB with Rufus
46
42
@@ -52,23 +48,23 @@ The project follows NIST SP 800-88 data sanitization guidelines and produces cry
52
48
53
49
-**Device:** Select your USB drive
54
50
55
-
-**Boot selection:** Choose the downloaded `Void.iso`
51
+
-**Boot selection:** Choose the downloaded `SecureWipe.iso`
56
52
57
53
-**Partition scheme:** Choose `MBR` (Legacy BIOS) or `GPT` (UEFI) based on your device.
58
54
59
55
4. Click **Start** and wait for Rufus to finish creating the bootable USB.
60
56
61
-
#### Step 3 — Boot into Void
57
+
#### Step 3 — Boot into SecureWipe
62
58
63
59
1. Insert the USB drive into the target computer.
64
60
65
61
2. Restart and open the boot menu (`F12`, `Esc`, or `Del` depending on the system).
66
62
67
-
3. Select your USB device to boot into **Void**.
63
+
3. Select your USB device to boot into **SecureWipe**.
68
64
69
65
#### Step 4 — Start Wiping
70
66
71
-
Once the Void interface loads, select an option:
67
+
Once the SecureWipe interface loads, select an option:
72
68
73
69
-**Wipe Internal Disk (HDD/NVMe)**
74
70
@@ -77,23 +73,23 @@ Once the Void interface loads, select an option:
77
73
-**Wipe Android Devices**
78
74
79
75
Follow the on-screen prompts.
80
-
After completion, Void automatically generates a **wipe certificate** which will be stored on the Pendrive.
76
+
After completion, SecureWipe automatically generates a **wipe certificate** which will be stored on the Pendrive.
0 commit comments