|
NAMEsrm - secure remove (secure_deletion toolkit)SYNOPSISsrm [-d] [-f] [-l] [-l] [-r] [-v] [-z] filesDESCRIPTIONsrm is designed to delete data on mediums in a secure manner which can not be recovered by thiefs, law enforcement or other threats. The wipe algorythm is based on the paper "Secure Deletion of Data from Magnetic and Solid-State Memory" presented at the 6th Usenix Security Symposium by Peter Gutmann, one of the leading civilian cryptographers.The secure data deletion process of srm goes like this:
As an additional measure of security, the file is opened in O_SYNC mode and after each pass an fsync() call is done. srm writes 32k blocks for the purpose of speed, filling buffers of disk caches to force them to flush and overwriting old data which belonged to the file. COMMANDLINE OPTIONS
LIMITATIONS
BUGSNo bugs. There was never a bug in the secure_deletion package (in contrast to my other tools, whew, good luck ;-) Send me any that you find. Patches are nice too :)AUTHORvan Hauser / THC <vh@thc.org>DISTRIBUTIONThe newest version of the secure_deletion package can be obtained from http://www.thc.orgsrm and the secure_deletion package is (C) 1997-2003 by van Hauser / THC (vh@thc.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSOsfill (1), sswap (1), smem (1) Visit the GSP FreeBSD Man Page Interface. |