The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: white scorpion on July 04, 2006, 10:10:26 PM

Title: [New release] Shredder v1.0
Post by: white scorpion on July 04, 2006, 10:10:26 PM
Some of you might know my current project (see sig), well i needed a function to securely delete a file if users wants to.
I've implemented the function in TableCrypt, but also decided to write another program around it.
This is the idea:
1. run installer
2. right-click file and select "Shredder".
3. Confirm that you want to delete it.
4. file is deleted securely (total times overwritten = 10).

finally you can run installer once more to uninstall the program.

Source is included in the archive: Shredder (http://www.white-scorpion.nl/programs/shredder.zip).

PS. I'm always happy to hear any comments on my programs ;)
Title: Re: [New release] Shredder v1.0
Post by: DarkWolf on July 08, 2006, 01:40:12 AM
Great idea but I use Eraser for secure deletion.
With the Gutman file wipe option I can overwrite 35 passes with pseudo-random data.
This is currently better than any DOD method.

Eraser is free and open source at www.heidi.ie/eraser and it can be found at sourceforge.
Title: Re: [New release] Shredder v1.0
Post by: white scorpion on July 08, 2006, 06:07:11 AM
Well, if you want you can change this to overwrite even 100 or 1000 times.
It's your choice ;)

There are so many tools out there which securely delete files, that i'm not even going to try to beat them all.
The only reason i released this program is since its easy to just rightclick and delete.
Title: Re: [New release] Shredder v1.0
Post by: Ghirai on July 08, 2006, 08:47:04 AM
Maybe you could try to implement Peter Gutman's algo  :U

Here's the paper: http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html
Title: Re: [New release] Shredder v1.0
Post by: white scorpion on July 08, 2006, 02:09:47 PM
Thanks.
I'm sure i've read it before, but now for comparing his approach with my program it might be worth reading it again ;)