[Pkg-privacy-commits] [nautilus-wipe] 104/224: Document the new behaviour introduced by 02026a4

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit 77ded86532462f12254d828ecba5341dd19358fe
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Tue Apr 26 23:45:53 2011 +0200

    Document the new behaviour introduced by 02026a4
---
 help/C/nautilus-srm.xml | 50 +++++++++++++------------------------------------
 1 file changed, 13 insertions(+), 37 deletions(-)

diff --git a/help/C/nautilus-srm.xml b/help/C/nautilus-srm.xml
index f7d6727..5fd50e3 100644
--- a/help/C/nautilus-srm.xml
+++ b/help/C/nautilus-srm.xml
@@ -313,7 +313,7 @@
         <orderedlist>
           <listitem>
             <para>
-              The overwriting procedure (in the secure mode) does a 38 times
+              the default overwriting procedure does a 2 times
               overwriting. After each pass, the disk cache is flushed.
             </para>
           </listitem>
@@ -410,36 +410,11 @@
           <term>38</term>
           <listitem>
             <para>
-              Overwriting the data 38 times should prevent data recovery
-              through magnetic analysis of the hard drive surface. This is
-              achieved by the following procedure:
-            </para>
-            <itemizedlist>
-              <listitem>
-                <para>
-                  1x overwrite with 0xff
-                </para>
-              </listitem>
-              <listitem>
-                <para>
-                  5x random passes
-                </para>
-              </listitem>
-              <listitem>
-                <para>
-                  27x overwriting with special values to make the recovery from MFM
-                  and RLL encoded hard disks hard/impossible - see Gutmann's paper on
-                  that which is also included.
-                </para>
-              </listitem>
-              <listitem>
-                <para>
-                  5x random passes
-                </para>
-              </listitem>
-            </itemizedlist>
-            <para>
-              This is the default value.
+              Overwriting the data 38 times was the algorithm advised by
+              Gutmann. It was designed to prevent data recovery
+              through magnetic analysis of the hard drive surface, but relied
+              on discontinued hardware technologies. It is thus not advised
+              anymore.
             </para>
           </listitem>
         </varlistentry>
@@ -447,8 +422,9 @@
           <term>2</term>
           <listitem>
             <para>
-              Only two passes are written: one mode with 0xff and a final mode
-              random values. [FIXME: implications]
+              Two passes are written: one mode with 0xff and a final mode random
+              values. This seems to be enough on modern hard drives and is thus
+              the default behaviour.
             </para>
           </listitem>
         </varlistentry>
@@ -456,10 +432,10 @@
           <term>1</term>
           <listitem>
             <para>
-              Only one random pass is written. Overwriting the data only one
-              time should prevent from data recovery by analyzing raw data
-              written on the storage media, but is useless against magnetic
-              analysis of the hard drive surface.
+              Only one random pass is written. It should prevent software-only
+              data recovery performed by analyzing raw data stored on the
+              storage media. However it is probably not sufficient against
+              magnetic analysis of the hard drive surface.
             </para>
           </listitem>
         </varlistentry>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list