Original Post
Modern filesystems tend to do journaling, don't overwrite in place, or contain RAID compressed backups or some such, so traditional file shredding tools aren't effective. I want to remove all traces of encrypted files. If people scan the drive for old, unused blocks and discover random-looking data, it doesn't matter. For my purposes the important thing is that once the file is deleted, none of the metadata remains. In simple terms, ideally once deleted it should be impossible to infer that any file ever existed, and certainly any part of the disk which stored its name, size, mtime, etc should be multiply-overwritten as in traditional shred methods. What tools and filesystems should I use?