Garantált törlés

Fórumok

Sziasztok!
Hogyan lehet 100%-os biztonsággal fájlokat törölni?

Hozzászólások

rm -f ize
dd if=/dev/zero of=barominagyfile.dd # ezzel teleirod a particiot.
rm -f barominagyfile.dd

vagy ilyesmi.

The US military policy on magnetic media that has ever contained Top Secret data is something like:

1) Overwrite it with multiple passes of 0's, 1's, and random data, then
2) erase it with a powerful degausser, then
3) pulverize it into a fine powder, then
4) put this powder in an incinerator, then
5) the residue from the incinerator may only be dumped in a designated military landfill.

acélgyár

de komplett hdd-re:
for((i=0;i<32;i++)); do dd if=/dev/zero of=/dev/_HDD_ bs=4k; done

vagy:
for((i=0;i<32;i++)); do dd if=/dev/urandom of=/dev/_HDD_ bs=4k; done

debian gnu/linux @ linux-2.6.22.24-op1 | patch
info

shred - overwrite a file to hide its contents, and optionally delete it

shred -n 3 -vz fajlnev

--
Debian lenny, 2.6.23

Tényleg, sok helyen olvasni, hogy többszörösen végig kell menni az adattárolón... Tudja valaki, miért? Miért nem elég egy cellát egyszer írni?
--
Coding for fun. ;)

A Kgpg-nek van végleges törlés funkciója, ami 35-ször felülírja a fájlt. De figyelmeztet is, hogy naplózó fájlrendszer esetén nincs garancia a törlésre.

------------------------
Debian testing KDE amd64
MSI K8N-Neo-4, Athlon64 3800+, Leadtek 6600GT