Top ยป Secure wiping software

WIPE โ€“ a tool that offers secure deletion of files from magnetic media

Secure wiping files from magnetic media (hard disks)

Wipe - secure file wiping utilityWipe is a secure file wiping utility. Wipe repeatedly writes special patterns to the file or files to be destroyed, using the fsync() call and/or the O_SYNC bit to force disk access, in order to lessen the chance of data recovery using techniques such as magnetic force microscopy.

There are some low level issues that must be taken into consideration. One of these is that there must be some sort of write barrier between passes. Wipe uses fdatasync(2) (or fsync(2)) as a write barrier, or if fsync(2) isn't available, the file is opened with the O_DSYNC or O_SYNC flag. For wipe to be effective, each pass must be completely written. To ensure this, the drive must support some form of a write barrier, write cache flush, or write cache disabling. SCSI supports ordered command tags, has a force media access bit for commands, and write cache can be disable on mode page 8. IDE/ATA drives support write cache flushes and write cache disabling. Unfortunetly, not all drives actually disable write cache when asked to (those drives are broken).


Homepage: http://wipe.sf.net/
Download: http://prdownloads.sourceforge.net/wipe/wipe-2.2.0.tar.bz2?download
Changelog: http://sourceforge.net/project/shownotes.php?release_id=209046
Mailing list archive: http://sourceforge.net/mailarchive/forum.php?forum_id=9936
License: GNU General Public License (GPL)
Links

Privacy Policy