Click here to Skip to main content
15,888,979 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a file wiping application that support different file system. I want to delete the file name in Master File Table after delete the file using windows API, so it cannot be recovered by recovery software.
Posted
Updated 2-Apr-13 16:39pm
v4
Comments
[no name] 1-Apr-13 21:21pm    
The obvious question is why would you need to? Are you trying to create a file wiping application?
Allen Chenn 2-Apr-13 22:34pm    
I want to create a file wiping application that support different file system. I want to delete the file name in MFT after delete the file using windows API, and it cannot be recovered by recovery software. Can you gave me some addvice?
Sergey Alexandrovich Kryukov 1-Apr-13 22:06pm    
Managed File Transfer? Master File Table? Media Foundation Transform?
Do you see the point, why using abbreviations is bad?
—SA
Allen Chenn 2-Apr-13 22:37pm    
I want to create a file wiping application that support different file system. I want to delete the file name in Master File Table after delete the file using windows API, and it cannot be recovered by recovery software.
Sergey Alexandrovich Kryukov 2-Apr-13 23:20pm    
Secure wiping actually should delete the physical data from disk sectors, no just names, if you want to prevent access to data of deleted files...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900