Merge from vendor branch TNF:
[pkgsrcv2.git] / security / srm / DESCR
1 Srm is a secure replacement for rm(1).  Unlike the standard rm, it overwrites
2 the data in the target files before unlinkg them.  This prevents command-line
3 recovery of the data by examining the raw block device.  It may also help
4 frustrate physical examination of the disk, although it's unlikely that
5 completely protects against this type of recovery.
6
7 Srm uses algorithms found in _Secure Deletion of Data from Magnetic and
8 Solid-State Memory_ by Peter Gutmann and THC Secure Delete (the overwrite,
9 truncate, rename, unlink sequence).
10
11 All users, but especially Linux users, should be aware that srm will only
12 work on file systems that overwrite blocks in place.  In particular, it will
13 _NOT_ work on resiserfs or the vast majority of journaled file systems.  It
14 should work on ext2, FAT-based file systems, and the BSD native file system.
15 Ext3 users should be especially careful as it can be set to journal data as
16 well, which is an obvious route to reconstructing information.