|
Science Forum Index » Cryptography Forum » File Allocation Table
Page 1 of 1
|
| Author |
Message |
| Peter |
Posted: Thu Dec 25, 2003 4:22 pm |
|
|
|
Guest
|
I've seen lots of talk and code about secure deletion of files, but
never anything that addresses the removal of the filename from the FAT.
Anybody know where to find C code regarding this issue for WINDOWS?
Thx,
Peter |
|
|
| Back to top |
|
| Kent Briggs |
Posted: Thu Dec 25, 2003 5:38 pm |
|
|
|
Guest
|
Peter wrote:
Quote: I've seen lots of talk and code about secure deletion of files, but
never anything that addresses the removal of the filename from the FAT.
My Directory Snoop program does that (purge function):
http://www.briggsoft.com/dsnoop.htm
An NTFS version is coming soon.
Quote: Anybody know where to find C code regarding this issue for WINDOWS?
You won't find any API functions. You have to write directly to the
clusters holding the directory structure.
--
Kent Briggs, kbriggs@spamcop.net
Briggs Softworks, http://www.briggsoft.com |
|
|
| Back to top |
|
| Neil W Rickert |
Posted: Thu Dec 25, 2003 8:11 pm |
|
|
|
Guest
|
Peter <peter_rabbit@shaw.ca> writes:
Quote: I've seen lots of talk and code about secure deletion of files, but
never anything that addresses the removal of the filename from the FAT.
The file name is not in the FAT. |
|
|
| Back to top |
|
| |