From: "Javier Juan Martínez Cabezón" <tazok.id0@gmail.com>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] (OT) Secure data wipe
Date: Sun, 09 Dec 2012 13:26:26 +0100 [thread overview]
Message-ID: <50C48372.5030106@gmail.com> (raw)
In-Reply-To: <20232.77.109.139.26.1355052014.squirrel@lavabit.com>
Yes is a lot offtopic, but could be useful for dmcrypt-users
I don't know who has told you about the way of secure deleting a file
but he is too wrong.
When you delete something, you mark the physical blocks of the file as
"usable for later", that is, moves into unallocated space, that could
be allocated later. If you create a new file with the same name it
gets free blocks to suit their needs but this doesn't mean that it
will allocate the same physical blocks.
The only method I know filesystem independent to destroy data is
overwritting unallocated space several times with different patterns
(to avoid recovering with microscopy). You can do the same
overwritting allocated physical blocks of the file several times and
this is what wipe does at my knowledge.
I think the DoD published a paper about this you could check it.
On 09/12/12 12:20, jugree@lavabit.com wrote:
> Hello.
>
> How to securely delete data from a hard drive? Is it possible
> without physical destruction?
>
> How to work with sensitive data if you're using swap? Is it enough
> to run `swapoff', decrypt some data, encrypt it again, and run
> `swapon'?
>
> Is it possible to securely delete a single file? I've heard that
> you should create another file with the same name, write some data
> to it, and delete it.
>
> This is a popular topic, but it's really hard to find any proofs.
>
> Can you suggest any books or papers on the subject?
>
>
> _______________________________________________ dm-crypt mailing
> list dm-crypt@saout.de
> http://www.saout.de/mailman/listinfo/dm-crypt
next prev parent reply other threads:[~2012-12-09 12:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-09 11:20 [dm-crypt] (OT) Secure data wipe jugree
2012-12-09 12:26 ` Javier Juan Martínez Cabezón [this message]
2012-12-09 14:48 ` Karol Babioch
2012-12-09 15:49 ` Javier Juan Martínez Cabezón
2012-12-09 16:38 ` Arno Wagner
2012-12-09 14:55 ` Karol Babioch
2012-12-09 16:18 ` Arno Wagner
2012-12-11 8:39 ` Roscoe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C48372.5030106@gmail.com \
--to=tazok.id0@gmail.com \
--cc=dm-crypt@saout.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.