Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 584 Bytes

SimpleWiper

Simple Windows and Linux Data Wiping Projects

Wiping a Small File

.\SimpleFileWiper.exe C:\tools\test\smallfile.txt
[+] The end of/or entire file has been overwritten: (7 bytes of data)
[+] File overwritten successfully.
[+] File deleted after being overwritten.

Wiping a Large File

.\SimpleFileWiper.exe C:\tools\test\largefile.mp4
Progress: 178,053 blocks (4096 bytes) of 178,054 blocks.
[+] The end of/or entire file has been overwritten: (3782 bytes of data)
[+] File overwritten successfully.
[+] File deleted after being overwritten.