
Securely deletes files by overwriting them with user-specified iterations of random data, then removes the file to prevent recovery. Supports Python script and standalone Windows executable.
This project is a simple tool that allows users to permanently delete specified files. The program overwrites the specified file with random data, changes the content of the file, and then deletes it, effectively removing any traces of the file from the disk.
deleter.py) or as a standalone executable Windows application (deleter.exe).deleter.py file to execute the tool in the Python environment.deleter.exe file to execute it as a standalone application on Windows.If you want to contribute to the project or report bugs, please open a new issue and contribute.