Jump to content

Secure Deletion Of Files Paths


Calianna

Recommended Posts

Aloha,

Snubs did a segment on secure deletion software a while back. It's all well and good, however I've noticed that after say doing a Gutmann Method erase, the files are unrecoverably which is all good, but the original file paths are still there, which is basically like saying "Yes the data was here all along".

Is it at all possible to delete the original file paths also?

Cheers Cali

Link to comment
Share on other sites

wipe can do this.

$ mkdir -p /tmp/test/sub1/sub2/ILLEGAL
$ dd if=/dev/urandom of=!$/illegal_file.bin bs=1M count=1
$ wipe -r /tmp/test
1 file wiped and 0 special files ignored in 4 directories, 0 symlinks removed but not followed, 0 errors occured.
$ ls -l /tmp/test
ls: cannot access /tmp/test: No such file or directory

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...