|
-
Feb 16th, 2003, 08:35 AM
#1
Thread Starter
Addicted Member
File Shredding
The methods I've seen for file shredding seem pretty flukey. Can anyone tell me a good way to shred a file in C++?
Using Visual Studio .NET 2005
-
Feb 16th, 2003, 03:43 PM
#2
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 16th, 2003, 05:06 PM
#3
Fanatic Member
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.
Never argue with fools, they will only drag you down to their level, and beat you with experience.
Q: How do you tell an experienced hacker from a novice?
A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer
-
Feb 16th, 2003, 08:54 PM
#4
Frenzied Member
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
-
Feb 17th, 2003, 01:46 PM
#5
Thread Starter
Addicted Member
Using Visual Studio .NET 2005
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|