comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: Crypting files with Ada
Date: Tue, 17 Sep 2002 16:49:42 +0200
Date: 2002-09-17T16:49:42+02:00	[thread overview]
Message-ID: <3D874106.8020809@nbi.dk> (raw)
In-Reply-To: slrnao38p3.lm.randhol+news@kiuk0156.chembio.ntnu.no

Preben Randhol wrote:

> I don't know. That is sth I have to find out. The problem is that if you
> simply delete a file in say Windows or Linux you don't rease it you only
> delete the link. So unless the OS has overwritten the place the file
> occupied with new files one can recover it.

Yes.

> I guess one could change every byte in the file with 0 and then write
> the file again before deleting it.

This would not necessarily be enough. According to a paper 
by Peter Gutmann, you ought to overwrite the file 35 times 
with different bit patterns. You can find an implementation 
of this here:

    http://www.linux-kurser.dk/secure_harddisk_eraser.html

(it's written in C)

Jacob
-- 
"This page inadvertently left blank."




  parent reply	other threads:[~2002-09-17 14:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-12 16:09 Crypting files with Ada Preben Randhol
2002-09-12 16:47 ` Preben Randhol
2002-09-12 22:03   ` Adrian Knoth
2002-09-13  8:34     ` Preben Randhol
2002-09-13 20:42       ` Adrian Knoth
2002-09-17 14:49       ` Jacob Sparre Andersen [this message]
2002-09-17 14:55         ` Preben Randhol
2002-09-17 17:44           ` Jacob Sparre Andersen
2002-09-17 18:26         ` Ted Dennison
2002-09-17 19:13           ` Jacob Sparre Andersen
  -- strict thread matches above, loose matches on Subject: below --
2002-09-18  7:29 Grein, Christoph
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox