EnglishFrenchSpanish

Ad


OnWorks favicon

srm - Online in the Cloud

Run srm in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command srm that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


srm - secure remove (secure_deletion toolkit)

SYNOPSIS


srm [-d] [-f] [-l] [-l] [-r] [-v] [-z] files

DESCRIPTION


srm is designed to delete data on mediums in a secure manner which can not be recovered by
thieves, 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:

* 1 pass with 0xff

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

* Rename the file to a random value

* Truncate the file

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


-d ignore the two special dot files . and .. on the commandline. (so you can execute
it like "srm -d .* *")

-f fast (and insecure mode): no /dev/urandom, no synchronize mode.

-l lessens the security. Only two passes are written: one mode with 0xff and a final
mode random values.

-l -l for a second time lessons the security even more: only one random pass is
written.

-r recursive mode, deletes all subdirectories.

-v verbose mode

-z wipes the last write with zeros instead of random data

LIMITATIONS


NFS Beware of NFS. You can't ensure you really completely wiped your data from the
remote disks.

Raid Raid Systems use stripped disks and have got large caches. It's hard to wipe them.

swap, /tmp, etc.
Some of your data might have a temporary (deleted) copy somewhere on the disk. You
should use sfill which comes with the secure_deletion package to ensure to wipe
also the free diskspace. However, If already a small file acquired a block with
your precious data, no tool known to me can help you here. For a secure deletion of
the swap space sswap is available.

Use srm online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 2
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 3
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 4
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 5
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 6
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 7
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • More »

Linux commands

Ad