<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Various Ways To Shred A Drive</title>
	<atom:link href="http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: How to Erase Sensitive Data from a Hard Drive &#124; Ian Dunn, Seattle web developer</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115728</link>
		<dc:creator>How to Erase Sensitive Data from a Hard Drive &#124; Ian Dunn, Seattle web developer</dc:creator>
		<pubDate>Thu, 28 Apr 2011 05:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115728</guid>
		<description><![CDATA[[...] Toponce has documented a way to overwrite sensitive data on a hard drive that is fast and gives you a running progress [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Toponce has documented a way to overwrite sensitive data on a hard drive that is fast and gives you a running progress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115568</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 13 Mar 2011 16:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115568</guid>
		<description><![CDATA[Yes. Faster. You likely have at least 2 problems with your benchmark:

1. You&#039;ve filled up your disk cache before going to platter.
2. If not filling up disk cache, then you&#039;ve filled up RAM before going to platter.

If you&#039;re going to run a benchmark on which is faster, shred at least 1.1x the amount of virtual memory on your system. For me, GNU Shred only pushes the disk to 90-95% it&#039;s theoretical bandwith. Running OpenSSL has shown consistent 100% performance out the drive- for all 24.]]></description>
		<content:encoded><![CDATA[<p>Yes. Faster. You likely have at least 2 problems with your benchmark:</p>
<p>1. You&#8217;ve filled up your disk cache before going to platter.<br />
2. If not filling up disk cache, then you&#8217;ve filled up RAM before going to platter.</p>
<p>If you&#8217;re going to run a benchmark on which is faster, shred at least 1.1x the amount of virtual memory on your system. For me, GNU Shred only pushes the disk to 90-95% it&#8217;s theoretical bandwith. Running OpenSSL has shown consistent 100% performance out the drive- for all 24.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115563</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Sat, 12 Mar 2011 18:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115563</guid>
		<description><![CDATA[...faster... ???

root@debian# time shred -n 1 /dev/sda6

real	0m48.748s
user	0m8.737s
sys	0m6.332s

root@debian:# time openssl enc -aes128 -k &quot;foo&quot;  /dev/sda6
pv: write failed: No space left on device
error writing output file

real	0m50.940s
user	0m43.719s
sys	0m19.093s]]></description>
		<content:encoded><![CDATA[<p>&#8230;faster&#8230; ???</p>
<p>root@debian# time shred -n 1 /dev/sda6</p>
<p>real	0m48.748s<br />
user	0m8.737s<br />
sys	0m6.332s</p>
<p>root@debian:# time openssl enc -aes128 -k &#8220;foo&#8221;  /dev/sda6<br />
pv: write failed: No space left on device<br />
error writing output file</p>
<p>real	0m50.940s<br />
user	0m43.719s<br />
sys	0m19.093s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115556</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 11 Mar 2011 12:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115556</guid>
		<description><![CDATA[I don&#039;t know why you would be- you&#039;re encrypting zeros. So what if an attacker decrypts the drive, and finds zeros? The goal is to overwrite data, which was accomplished.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you would be- you&#8217;re encrypting zeros. So what if an attacker decrypts the drive, and finds zeros? The goal is to overwrite data, which was accomplished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olle</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115555</link>
		<dc:creator>Olle</dc:creator>
		<pubDate>Fri, 11 Mar 2011 12:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115555</guid>
		<description><![CDATA[If you are worried about the key you could do:
openssl enc -aes128 -k &quot;$(head -c 2048 /dev/urandom &#124; base64 --wrap=0)&quot;  /dev/sda]]></description>
		<content:encoded><![CDATA[<p>If you are worried about the key you could do:<br />
openssl enc -aes128 -k &#8220;$(head -c 2048 /dev/urandom | base64 &#8211;wrap=0)&#8221;  /dev/sda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115551</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115551</guid>
		<description><![CDATA[for flash drives i suggest reading the paper linked to from here: http://www.schneier.com/blog/archives/2011/03/erasing_data_fr.html. it also has a sobering discussion of the secure erase command provided on some drives.]]></description>
		<content:encoded><![CDATA[<p>for flash drives i suggest reading the paper linked to from here: <a href="http://www.schneier.com/blog/archives/2011/03/erasing_data_fr.html" rel="nofollow">http://www.schneier.com/blog/archives/2011/03/erasing_data_fr.html</a>. it also has a sobering discussion of the secure erase command provided on some drives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115550</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 10 Mar 2011 15:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115550</guid>
		<description><![CDATA[An even better approach, depending on the drive type, is to use the secure erase command that is built into the ATA command set.]]></description>
		<content:encoded><![CDATA[<p>An even better approach, depending on the drive type, is to use the secure erase command that is built into the ATA command set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115545</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 10 Mar 2011 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115545</guid>
		<description><![CDATA[Here are some links showing the near impossibility of restoring overwritten data:

https://www.nber.org/sys-admin/overwritten-data-gutmann.html
http://www.actionfront.com/whitepaper/Drive-Independent%20Data%20Recovery%20Ver14Alrs.pdf

Personally, I don&#039;t buy into the conspiracy theories that the NSA/CIA/DOD/[insert your favorite government acronym here] has any additional computing power to read disk platters than standard data recovery specialists. And if the research shows getting the overwritten data is near impossible, with no evidence showing to the contrary, I&#039;m good.]]></description>
		<content:encoded><![CDATA[<p>Here are some links showing the near impossibility of restoring overwritten data:</p>
<p><a href="https://www.nber.org/sys-admin/overwritten-data-gutmann.html" rel="nofollow">https://www.nber.org/sys-admin/overwritten-data-gutmann.html</a><br />
<a href="http://www.actionfront.com/whitepaper/Drive-Independent%20Data%20Recovery%20Ver14Alrs.pdf" rel="nofollow">http://www.actionfront.com/whitepaper/Drive-Independent%20Data%20Recovery%20Ver14Alrs.pdf</a></p>
<p>Personally, I don&#8217;t buy into the conspiracy theories that the NSA/CIA/DOD/[insert your favorite government acronym here] has any additional computing power to read disk platters than standard data recovery specialists. And if the research shows getting the overwritten data is near impossible, with no evidence showing to the contrary, I&#8217;m good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115544</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 10 Mar 2011 13:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115544</guid>
		<description><![CDATA[First off, there&#039;s no evidence that data can be restored after wiping the disk with a single pass of zeros on today&#039;s drivers. The bit density is far too high. In the old days of MFM encoding and drives that were less than 1GB, sure- it was theoretically possible to retrieve overwritten data. Not today.

Second, if the drive does get decrypted, zeros come out, not the overwritten data. And that&#039;s dangerous because...? Who cares if the bits are highly predictable? The fact is overwritting data, not encrypting it. I&#039;m only using OpenSSL and pv, because of the speed and the progress meter.

@Matt Parkins- Rather than sending the data to the drive, send it to a file. The file will continue to grow until you&#039;re out of disk space, and which point you can just delete it.]]></description>
		<content:encoded><![CDATA[<p>First off, there&#8217;s no evidence that data can be restored after wiping the disk with a single pass of zeros on today&#8217;s drivers. The bit density is far too high. In the old days of MFM encoding and drives that were less than 1GB, sure- it was theoretically possible to retrieve overwritten data. Not today.</p>
<p>Second, if the drive does get decrypted, zeros come out, not the overwritten data. And that&#8217;s dangerous because&#8230;? Who cares if the bits are highly predictable? The fact is overwritting data, not encrypting it. I&#8217;m only using OpenSSL and pv, because of the speed and the progress meter.</p>
<p>@Matt Parkins- Rather than sending the data to the drive, send it to a file. The file will continue to grow until you&#8217;re out of disk space, and which point you can just delete it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cypher</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115543</link>
		<dc:creator>Cypher</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115543</guid>
		<description><![CDATA[Just for your info, the bits you are generating are highly predictable, as anyone can reproduce the exact same ciphertext using the same keys, which you&#039;ve given here. Therefore it does not provide more security than using /dev/zero alone.

You should use unpredictable keys and because they&#039;ll never be reused again, you can generate them once and trash them afterwards.]]></description>
		<content:encoded><![CDATA[<p>Just for your info, the bits you are generating are highly predictable, as anyone can reproduce the exact same ciphertext using the same keys, which you&#8217;ve given here. Therefore it does not provide more security than using /dev/zero alone.</p>
<p>You should use unpredictable keys and because they&#8217;ll never be reused again, you can generate them once and trash them afterwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Parkins</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115541</link>
		<dc:creator>Matt Parkins</dc:creator>
		<pubDate>Thu, 10 Mar 2011 11:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115541</guid>
		<description><![CDATA[Is there anything shreds unused space on a disk and leaves the rest of it intact ?]]></description>
		<content:encoded><![CDATA[<p>Is there anything shreds unused space on a disk and leaves the rest of it intact ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://pthree.org/2011/03/09/various-ways-to-shred-a-drive/#comment-115537</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Thu, 10 Mar 2011 10:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1793#comment-115537</guid>
		<description><![CDATA[Dude, don&#039;t trust that fucking FTL (flash translation layer) to erase your data. The research indicates that a lot of the underlying flash does not get erased. So much so that TrueCrypt recommends *NOT* to use encryption on flash drives at all because if you change the password then the old (potentially insecure) key is still present on the drive and can be used to decrypt the drive.]]></description>
		<content:encoded><![CDATA[<p>Dude, don&#8217;t trust that fucking FTL (flash translation layer) to erase your data. The research indicates that a lot of the underlying flash does not get erased. So much so that TrueCrypt recommends *NOT* to use encryption on flash drives at all because if you change the password then the old (potentially insecure) key is still present on the drive and can be used to decrypt the drive.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
