<?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 for Twopenguins.it</title>
	<atom:link href="http://www.twopenguins.it/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twopenguins.it</link>
	<description>Here is what i forgot.</description>
	<lastBuildDate>Wed, 28 Dec 2011 12:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Linux: use a file as an encrypted partition with losetup by simplex</title>
		<link>http://www.twopenguins.it/2010/11/slackwarelinux-use-a-file-as-an-encrypted-partition-with-losetup/comment-page-1/#comment-588</link>
		<dc:creator>simplex</dc:creator>
		<pubDate>Wed, 28 Dec 2011 12:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.twopenguins.it/?p=438#comment-588</guid>
		<description>indeed, i&#039;ve switched to cryptsetup:
&lt;a href=&quot;http://www.twopenguins.it/2011/12/linux-use-a-file-as-an-encrypted-partition-with-cryptsetup-1-3-0/&quot; rel=&quot;nofollow&quot;&gt;http://www.twopenguins.it/2011/12/linux-use-a-file-as-an-encrypted-partition-with-cryptsetup-1-3-0/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>indeed, i&#8217;ve switched to cryptsetup:<br />
<a href="http://www.twopenguins.it/2011/12/linux-use-a-file-as-an-encrypted-partition-with-cryptsetup-1-3-0/" rel="nofollow">http://www.twopenguins.it/2011/12/linux-use-a-file-as-an-encrypted-partition-with-cryptsetup-1-3-0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volunia, much more than a search engine by Van Leon</title>
		<link>http://www.twopenguins.it/2011/11/volunia-much-more-than-a-search-engine/comment-page-1/#comment-569</link>
		<dc:creator>Van Leon</dc:creator>
		<pubDate>Tue, 22 Nov 2011 11:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.twopenguins.it/?p=871#comment-569</guid>
		<description>I am anticipating the new search engine with great hopes for something new and different</description>
		<content:encoded><![CDATA[<p>I am anticipating the new search engine with great hopes for something new and different</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volunia, much more than a search engine by Elliptical</title>
		<link>http://www.twopenguins.it/2011/11/volunia-much-more-than-a-search-engine/comment-page-1/#comment-567</link>
		<dc:creator>Elliptical</dc:creator>
		<pubDate>Wed, 16 Nov 2011 04:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.twopenguins.it/?p=871#comment-567</guid>
		<description>Great! thanks for the share!</description>
		<content:encoded><![CDATA[<p>Great! thanks for the share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mailgraph on FreeBSD by Nilsa Massoud</title>
		<link>http://www.twopenguins.it/2009/06/mailgraph-on-freebsd/comment-page-1/#comment-550</link>
		<dc:creator>Nilsa Massoud</dc:creator>
		<pubDate>Sat, 10 Sep 2011 14:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://twopenguins.it/?p=81#comment-550</guid>
		<description>Hello Nilsa Massoud right here, I&#039;d been just looking for information about Mailgraph on FreeBSD  Twopenguins.it in google. So happy of having found &lt;a href=&quot;http://www.twopenguins.it/2009/06/mailgraph-on-freebsd&quot; rel=&quot;nofollow&quot;&gt;http://www.twopenguins.it/2009/06/mailgraph-on-freebsd&lt;/a&gt; to learn about this information. Spared me a ton of hours, thanks!.</description>
		<content:encoded><![CDATA[<p>Hello Nilsa Massoud right here, I&#8217;d been just looking for information about Mailgraph on FreeBSD  Twopenguins.it in google. So happy of having found <a href="http://www.twopenguins.it/2009/06/mailgraph-on-freebsd" rel="nofollow">http://www.twopenguins.it/2009/06/mailgraph-on-freebsd</a> to learn about this information. Spared me a ton of hours, thanks!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: use a file as an encrypted partition with losetup by Tim Berndt</title>
		<link>http://www.twopenguins.it/2010/11/slackwarelinux-use-a-file-as-an-encrypted-partition-with-losetup/comment-page-1/#comment-540</link>
		<dc:creator>Tim Berndt</dc:creator>
		<pubDate>Sat, 23 Jul 2011 13:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.twopenguins.it/?p=438#comment-540</guid>
		<description>this works. but from a security viewpoint, it&#039;s a bad idea altogether.

a) cryptoloop should not be used, at all. there&#039;s significant flaws (the whole API is a flawed crypto implementation). the most important one being watermark attacks. have a lookie @ http://lkml.indiana.edu/hypermail/linux/kernel/0402.2/1137.html
b) blowfish. use twofish instead if you must use a -fish cipher. (go serpent if you ask me)
c) if you must use onboard resources, dm-crypt is ok these days.
d) go loop-AES if you value your sanity</description>
		<content:encoded><![CDATA[<p>this works. but from a security viewpoint, it&#8217;s a bad idea altogether.</p>
<p>a) cryptoloop should not be used, at all. there&#8217;s significant flaws (the whole API is a flawed crypto implementation). the most important one being watermark attacks. have a lookie @ <a href="http://lkml.indiana.edu/hypermail/linux/kernel/0402.2/1137.html" rel="nofollow">http://lkml.indiana.edu/hypermail/linux/kernel/0402.2/1137.html</a><br />
b) blowfish. use twofish instead if you must use a -fish cipher. (go serpent if you ask me)<br />
c) if you must use onboard resources, dm-crypt is ok these days.<br />
d) go loop-AES if you value your sanity</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 250/254 objects using disk: basic

Served from: www.twopenguins.it @ 2012-02-22 21:19:27 -->
