It completely removes a file from your disk without leaving any track. It is very fast. It overwrites any deleted file with blanks or random data N times - where N is given by the user. Also, it changes the filename. No setup is needed.
Features
- High Performance
- Ability to choose the number of overwrite iterations (1 to 100)
- Ability to choose overwrite method using blanks
- Ability to choose overwrite method using random data
- Ability to choose overwrite method using a user defined ascii character
- Data as well as Filename deletion
- No setup is needed, you get just a single executable
- Requires .net 3.5
- Overcome the 2Gb file size barrier. Files with any size can be deleted.
Categories
SecurityLicense
GNU General Public License version 2.0 (GPLv2)Follow FileKiller
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi there, I examined your source codes but I saw something wrong. You're calculating a random byte and you're overwriting it 10 (or selected times from the numericUpDown1) times. If you want to correct the code, you should calculate the random byte in the for loop. Also it's doing the same thing 10 times, so it slows down the program.