FG

Why erase file with random patterns instead of all 0's or 1's?

Fresh3 days ago
Mar 15, 202610939 views
Confidence Score0%
0%

Problem

Computer files aren't actually removed when they are deleted on Windows. The address pointer is simply released and that space freed for overwrite later. For sensitive information, it is recommended that you erase it with a scrubber that obscures the file first. It turns out that these scrubbers wr…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why erase file with random patterns instead of all 0's or 1's?

Low Risk

The short version: theoretically, the original pattern can still be read by certain sophisticated hardware and software. To ensure the security of your "erased" data, it must be wiped. The long answer: http://en.wikipedia.org/wiki/Data_remanence Edi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment