aboutsummaryrefslogtreecommitdiffstats
path: root/security/fwipe
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* Fix MASTER_SITES and WWW, update maintainer address.lx2010-10-081-2/+2
| | | | Submitted by: http://people.freebsd.org/~ehaupt/distilator/
* - Fix build problems [1]miwi2006-09-272-7/+20
| | | | | | | | - Fix permissions [2] Submitted by: pointyhat via kris [1] miwi [2] Approved by: David Thiel <lx(at)redundancy.redundancy.org> (maintainer)
* Fwipe is a secure file erasing program. fwipe0, which actually erasesmiwi2006-09-254-0/+54
your files, is immune to filenames containing spaces, carriage returns, dashes, or any other special characters. You can use it in place of rm in cron jobs, together with "find ... -print0". The output of fwipe0 is specially designed to be parsed easily by machine, so it can be embedded in other applications which need secure file erasure. WWW: http://jeenyus.net/~budney/linux/software/fwipe.html PR: ports/103488 Submitted by: David Thiel <lx(at)redundancy.redundancy.org>