• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best free software for secure file deletion?

I got CCleaner, but I was wondering if there was something better? I got some personal data that needs to get deleted (W2s, documents with my SS#, etc), and I'd like to make sure its absolutely 100% impossible to be able to recover it under any circumstances. I've never really put much thought into this before, so its something I'm not familiar with. What approach and/or software does the US military use to delete stuff?
 
CCleaner seems okay from its description -just enable the higher level options and then overwrite the free space as well?

Storage devices are destroyed to actually secure data.
 
usually easyest to just use an offical app for the platform your targeting.

windows
$ sdelete.exe -a -p 3 afile
https://technet.microsoft.com/en-us/sysinternals/bb897443.aspx

linux has built in commands, just for example
$ ls -l afile (find _SIZE_ )
$ dd if=/dev/urandom of=afile bs=_SIZE_ count=1 conv=notrunc
$ dd if=/dev/zero of=afile bs=_SIZE_ count=1 conv=notrunc

Storage devices are destroyed to actually secure data.
well, now I know how cave men secured there data. lol
 
Thanks for the help guys, but after doing some more research I found out Advanced system care 8 has a file shredder that works pretty good. I used the gutmann method, 35 passes, so that should work, right?
 
Last edited:
Back
Top