Efficient Forged Atomic Parallel

Manual Secure deletion & storage media
Contents

Secure deletion & storage media

Normal deletion only removes the reference to a file — the content stays on the medium and can be restored with special tools (which is exactly what the reconstructor in chapter 11 does). With secure deletion, SynQaiPro overwrites the file several times beforehand, so that the original content is practically impossible to reconstruct.

13.1 Where you switch secure deletion on

There is no separate “secure deletion” window — the function is built into the places where deletion happens:

  • via the delete dialogue from the context menu of the file trees (🗑 Delete, chapter 6);
  • via the secure-deletion bar that appears in the file organiser (chapter 9), the duplicate finder (chapter 8) and the comparison list (in red delete mode).

13.2 The three methods

In both cases you choose how thoroughly the overwriting is done:

MethodPassesPattern
⚡ Fast (1×)1one pass with random data
🛡 Medium (3× DoD)3DoD 5220.22-M (zero · one · random)
🔒 Strong (7× DoD)7DoD 5220.22-M (ECE)

Every file is overwritten in place (bypassing the write cache, with a flush to the medium after each pass), then truncated to length 0, renamed to a random name and finally deleted — so its size and name disappear too. During secure deletion you see byte-accurate progress; the estimated additional time appears on the right of the bar (“⏱ Additional time for secure deletion: ~…”).

⚠️ Technically limited on SSDs
On SSD/NVMe, multiple overwriting is not reliable because of wear levelling/TRIM. SynQaiPro detects this, hides “medium”/“strong” and automatically reduces to one pass (⚠ “SSD detected — … The app automatically reduces to 1 pass.”).
Screenshot 57: Secure-deletion bar with the “Secure deletion” master switch, method selection (⚡ Fast / 🛡 Medium / 🔒 Strong), SSD warning symbol ⚠ and the estimate of additional time
Fig. 57 — Secure-deletion bar with the “Secure deletion” master switch, method selection (⚡ Fast / 🛡 Medium / 🔒 Strong), SSD warning symbol ⚠ and the estimate of additional time

13.3 The delete dialogue

If you delete an entry in the file tree, the Delete dialogue appears. Its introductory text states what will happen (“… will be deleted. This action is irreversible.”). You choose between Simple deletion and Secure deletion (overwrite) together with the method (fast — 1 pass · medium — 3 passes · strong — 7 passes).

Directly beneath the introductory text, the medium being deleted from is highlighted — the drive letter and, if assigned, the volume name: “Drive: B:\ (Backup)”. If the entry is on a network share, its path appears instead (“Network share: \\server\share”). The line also applies to a multiple selection; if the marked entries happen to be spread across several media, it stays empty rather than singling one out.

💡 The name reveals which disk is meant
Drive letters are not fixed — if you connect two external disks in a different order, they can swap letters. Anyone using several identically built media (such as “Extreme SSD_1” and “Extreme SSD_2”) can tell unambiguously by the name which one they are changing. Check this line before you delete irreversibly.
ℹ️ No accidental deletion by pressing Enter
The delete button is deliberately not the default button — so pressing Enter thoughtlessly triggers nothing. Esc cancels.

13.4 Whole drives and free space

If you open the delete dialogue on a drive root, it offers additional options behind a red warning (“Caution: this affects an ENTIRE DRIVE and is irreversible.”). Which of them appear depends on the medium — SynQaiPro shows only what actually helps on that type of drive:

OptionAppears onEffect
Simple deleteallremoves the contents without overwriting them
Wipe drive — securely remove all contentshard disksoverwrites and removes all contents of the drive
Securely overwrite free areashard disksleaves existing files untouched and overwrites only the free space — this makes remnants of already deleted files unreadable
🔑 Securely erase SSD — the optimal methodSSDsdeletes all data and overwrites the free space once — preselected

On an SSD the two overwriting options therefore do not appear at all. That is deliberate: there is exactly one right method there, and a choice between two “secure” routes would be a decision that helps nobody.

How long overwriting free areas takes

The operation fills the entire free area once — and again for every pass. The duration therefore depends on three things: how much is free, how many passes the chosen method uses (1×/3×/7×, see 13.2) and how fast the medium writes. As a rule of thumb: free space × passes ÷ write speed.

500 GB free on …⚡ Fast (1×)🛡 Medium (3×)🔒 Strong (7×)
an external disk over USB (~33 MB/s)a good 4 hoursabout 13 hoursover 30 hours
an internal disk (~120 MB/s)a good hourabout 3.5 hoursabout 8 hours
⚠️ Do the arithmetic before you start
A full pass over a large, mostly empty disk easily runs overnight. So use 🔒 Strong (7×) only when it genuinely matters — the gain over a single pass is small on today’s media, while the time is seven times as much. And bear in mind: this is about remnants of already deleted files. If you want to get rid of individual confidential files, securely deleting those files (13.2) is the far shorter route.

While it runs, the banner above the progress bar shows “🧹 Overwriting free space…” and next to it the current “Pass 1/3”; the bar accounts for all passes together. Cancelling is possible at any time — whatever has been overwritten stays overwritten, the rest stays as it was. At the end the log notes “🧹 Free space overwritten: E:\ (3 passes)”.

On an SSD: the crypto method

On an SSD, overwriting repeatedly does not achieve its purpose. The controller spreads every write across free cells — the old data may well still be there afterwards, just elsewhere. Seven passes are therefore no safer than one, they merely cost seven times the time and write cycles. For detected SSDs the dialogue thus offers 🔑 Securely erase SSD — the optimal method as the only secure route and preselects it. Three steps run:

  1. If a SynQaiCrypt vault lies on the drive, its key is destroyed first. Its contents are instantly unreadable — without a single write.
  2. All data is deleted. On flash storage this is not a side step but the most effective one: the file system reports the blocks as free via TRIM, and the medium actually erases them internally.
  3. The free area is overwritten once with cryptographic random data. Every addressable location on the medium has then been overwritten.

The method needs no BitLocker, no administrator rights and no vendor tool and is available on every detected SSD — a vault is not a prerequisite, it merely speeds things up.

How long it takes

The third step decides: the free area is written full once. On a 500 GB SSD that is about half an hour over USB and roughly ten minutes internally. The first two steps hardly matter beside it — deletion depends on the number of files (seconds to a few minutes), and an existing vault key is destroyed in about a second.

500 GB SSD🔑 Crypto method (1×)Overwriting 7×
over USB (~33 MB/s)a good 4 hoursover 30 hours
internal (~500 MB/s)about 20 minutesa good 2 hours

If a vault lies on the drive, the picture changes fundamentally: the data is then unreadable after about a second — as soon as the key is gone. Everything after that is mere tidying up and can be cancelled at any time without diminishing security.

⚠️ What this method cannot reach either
Every SSD keeps spare blocks that cannot be addressed from outside. No software reaches them — this method included. For media that leave the building and must truly give nothing away, the route is the manufacturer’s secure erase or physical destruction of the memory chips.
💡 With a vault it takes seconds
Anyone keeping an SSD as a SynQaiCrypt vault from the outset gets secure erasure for free: all data then sits on it in encrypted form only, and with the key everything falls at once — in seconds instead of hours. SynQaiPro automatically includes the companion backup next to the vault and the versioned states in your user profile, and reports if a copy could not be removed. It knows nothing about copies you exported yourself — to a USB stick, say.

The medium line from section 13.3 appears here too — with the letter and the name. For an operation of this magnitude it is the most important check before the click.

Screenshot 58: Delete dialogue on a drive root: red warning box and the options “Wipe drive” and “Securely overwrite free areas”
Fig. 58 — Delete dialogue on a drive root: red warning box and the options “Wipe drive” and “Securely overwrite free areas”

13.5 Keeping an eye on the media

Two further helpers work around the storage media:

  • A SMART early warning: if the source drive reports an imminent failure, the file reconstructor shows a red warning banner (“⚠ Medium reports imminent failure”) and advises creating a sector image first (chapter 11).
  • BitLocker auto-unlock: a small window at Windows start-up that unlocks remembered drives via Windows Hello — set up in the encryption module (chapter 14).

13.6 In trial mode

🧪 Normal deletion only
Without a licence, secure deletion (1×/3×/7×) is disabled (“Secure deletion is disabled in trial mode.”). Normal deletion remains possible; the options “Secure deletion”, “Wipe drive” and “Securely overwrite free areas” are greyed out.
An unhandled error has occurred. Reload 🗙