PDA

Click to See Complete Forum and Search --> : File Shredding


Barguast
Feb 16th, 2003, 07:35 AM
The methods I've seen for file shredding seem pretty flukey. Can anyone tell me a good way to shred a file in C++?

CornedBee
Feb 16th, 2003, 02:43 PM
Shred?

McCain
Feb 16th, 2003, 04:06 PM
I think he means that he wants to delete a file so that it can't be recovered using a file recover program. I think that the way you usually do this is to overwrite the file with garbage information and then delete it.

jim mcnamara
Feb 16th, 2003, 07:54 PM
Yeah. There are codes the DOD & DOE (US) use to make sure data cannot be harvested from a deleted file. The algorithm is called ERAPAT. SEarch for it on Google.

Highwater-marking is another feature of this as well.
Windows doesn't support highwater-marking

Barguast
Feb 17th, 2003, 12:46 PM
should help, thanks