fwipe overwrites your file a specified number of times (default: 5) and then deletes it. It is extremely secure; it will not be confused by filenames containing special characters, and is suitable for use in cleanup scripts by system admins.
| Tags | Utilities |
|---|---|
| Licenses | BSD Original |
Recent releases


Changes: This release adds Red Hat 6.2 RPM support.


Changes: A new "slowness" feature has been added to ease console "freezing" during large wipes.


Changes: This release was overwriting with zeros but not ones, now uses unbuffered writes reducing CPU consumption, and overall performs the same since I/O is the limiting resource.


Changes: Command-line options were added. For example, "fwipe0 -n" can now be used with Dan Bernstein's maildirserial command to securely erase the contents of a qmail maildir. Typos in the man pages were also cleaned up.


Changes: First public release.