GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SMEM(1) FreeBSD General Commands Manual SMEM(1)

smem - secure memory wiper (secure_deletion toolkit)

smem [-f] [-l] [-l] [-v]

smem is designed to delete data which may lie still in your memory (RAM) in a secure manner which can not be recovered by thiefs, law enforcement or other threats. Note that with the new SDRAMs, data will not wither away but will be kept static - it is easy to extract the necessary information! 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 smem goes like this:

*
1 pass with 0x00
*
5 random passes. /dev/urandom is used for a secure RNG if available.
*
27 passes with special values defined by Peter Gutmann.
*
5 random passes. /dev/urandom is used for a secure RNG if available.

-f
fast (and insecure mode): no /dev/urandom.
-l
lessens the security. Only two passes are written: the first with 0x00 and a final random one.
-l
-l for a second time lessons the security even more: only one pass with 0x00 is written.
-v
verbose mode

SLOW
Wiping the memory is very slow. You might use smem with the -ll option. (tip)
BETA!
smem is still beta.

No 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 :)

van Hauser / THC <vh@thc.org>

The newest version of the secure_deletion package can be obtained from http://www.thc.org

smem 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.

srm (1), sfill (1), sswap (1)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.