<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Josh's Blog - Comments</title>
    <link>http://www.bress.net/blog/</link>
    <description>Josh's Blog - Security with an Open Source twist</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Fri, 12 Mar 2010 05:18:41 GMT</pubDate>

    <image>
        <url>http://www.bress.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Josh's Blog - Comments - Josh's Blog - Security with an Open Source twist</title>
        <link>http://www.bress.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>John Poelstra: I am an Infinite Monkey</title>
    <link>http://www.bress.net/blog/archives/181-I-am-an-Infinite-Monkey.html#c1578</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/181-I-am-an-Infinite-Monkey.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=181</wfw:comment>

    

    <author>nospam@example.com (John Poelstra)</author>
    <content:encoded>
    I knew you could come up with a more articulate response than me!  Great job. 
    </content:encoded>

    <pubDate>Wed, 17 Feb 2010 12:12:48 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/181-guid.html#c1578</guid>
    
</item>
<item>
    <title>loupgaroublond: I am an Infinite Monkey</title>
    <link>http://www.bress.net/blog/archives/181-I-am-an-Infinite-Monkey.html#c1577</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/181-I-am-an-Infinite-Monkey.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=181</wfw:comment>

    

    <author>nospam@example.com (loupgaroublond)</author>
    <content:encoded>
    The Hacking At Random guys made a special tshirt of an ifnite number of monkeys typing for donors. The logo is ou there and it glows in the dark too. I can show mine at the next fudcon 
    </content:encoded>

    <pubDate>Wed, 17 Feb 2010 12:07:51 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/181-guid.html#c1577</guid>
    
</item>
<item>
    <title>Brian Burns: How Long Does a Flash Drive Last?</title>
    <link>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#c1574</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=114</wfw:comment>

    

    <author>nospam@example.com (Brian Burns)</author>
    <content:encoded>
    This is great, thank you. I had recently read about the finite lifetime of flash drives and was starting to worry about using it for my school programming projects - I do all the compilation etc on the flash drive. This gives me more confidence in using it. 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 14:30:30 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/114-guid.html#c1574</guid>
    
</item>
<item>
    <title>Michael: Password Security</title>
    <link>http://www.bress.net/blog/archives/177-Password-Security.html#c1573</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/177-Password-Security.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=177</wfw:comment>

    

    <author>nospam@example.com (Michael)</author>
    <content:encoded>
    One solution is to have a random password ( let&#039;s say aaaaaaa ) that you prefix or suffix with a context dependent letters ( let&#039;s say the two first letter of the website, and the first of the tld ).&lt;br /&gt;
&lt;br /&gt;
So to log on example.org, the password will be aaaaaaaaexo.&lt;br /&gt;
&lt;br /&gt;
The benefit are simple, we only need to remember the first password, and the scheme we use to generate the password. This is perfectly doable for most people, as this doesn&#039;t requires much long term memory. Yet this provides differents passwords for differents services, and the scheme can add enough complexity ( ie here, we take a 8 letters password and get a 11 letter one ) to protect against brute force attack.&lt;br /&gt;
&lt;br /&gt;
There is some problems however, if someone get one password, and figure the scheme, you are screwed. And if you need to change the password somewhere, you will have to add a exception , and that&#039;s bad.&lt;br /&gt;
&lt;br /&gt;
But I think the risk are quite low, the scheme can be made easy to remember but complex to figure. As you say, good enough is the goal. 
    </content:encoded>

    <pubDate>Thu, 04 Feb 2010 11:39:59 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/177-guid.html#c1573</guid>
    
</item>
<item>
    <title>Juanjo: Password Security</title>
    <link>http://www.bress.net/blog/archives/177-Password-Security.html#c1572</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/177-Password-Security.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=177</wfw:comment>

    

    <author>nospam@example.com (Juanjo)</author>
    <content:encoded>
    Yep, password reuse is evil!&lt;br /&gt;
&lt;br /&gt;
That&#039;s why I love to use OpenID when available &lt;img src=&quot;http://www.bress.net/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 04 Feb 2010 11:35:11 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/177-guid.html#c1572</guid>
    
</item>
<item>
    <title>Josh Bressers: Password Security</title>
    <link>http://www.bress.net/blog/archives/177-Password-Security.html#c1571</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/177-Password-Security.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=177</wfw:comment>

    

    <author>nospam@example.com (Josh Bressers)</author>
    <content:encoded>
    I&#039;m personally not a fan of password maker. I think it&#039;s a suitable solution for some people, but I&#039;m not willing to use it, I wouldn&#039;t sleep at night. My problem is that in the event a bad guy comes to have your default password maker settings, they have access to all your current and FUTURE passwords. 
    </content:encoded>

    <pubDate>Thu, 04 Feb 2010 06:47:22 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/177-guid.html#c1571</guid>
    
</item>
<item>
    <title>pingou: Password Security</title>
    <link>http://www.bress.net/blog/archives/177-Password-Security.html#c1570</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/177-Password-Security.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=177</wfw:comment>

    

    <author>nospam@example.com (pingou)</author>
    <content:encoded>
    I&#039;m quite a big fan of revelation in en encrypted partition of a usb stick. 
    </content:encoded>

    <pubDate>Thu, 04 Feb 2010 04:14:06 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/177-guid.html#c1570</guid>
    
</item>
<item>
    <title>Aurélien Bompard: Password Security</title>
    <link>http://www.bress.net/blog/archives/177-Password-Security.html#c1569</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/177-Password-Security.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=177</wfw:comment>

    

    <author>nospam@example.com (Aurélien Bompard)</author>
    <content:encoded>
    I&#039;ve been using http://passwordmaker.org/ for a few years to fix this password problem. It works great for me, there&#039;s even a firefox extension. I think you should have a look at it. 
    </content:encoded>

    <pubDate>Thu, 04 Feb 2010 02:51:20 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/177-guid.html#c1569</guid>
    
</item>
<item>
    <title>Harry: How Long Does a Flash Drive Last?</title>
    <link>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#c1568</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=114</wfw:comment>

    

    <author>nospam@example.com (Harry)</author>
    <content:encoded>
    Not yet true, Fred.  External floppy drives are readily available.  I recently bought a Memorex USB single/double sided external floppy drive part# 3202 3239 (at, I believe, Office Depot.) 
    </content:encoded>

    <pubDate>Wed, 03 Feb 2010 13:37:05 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/114-guid.html#c1568</guid>
    
</item>
<item>
    <title>Anonymous: Virtualization liveCD Fedora spin?</title>
    <link>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#c1567</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com ()</author>
    <content:encoded>
    Isn&#039;t that what http://ovirt.org was about? 
    </content:encoded>

    <pubDate>Thu, 21 Jan 2010 23:52:21 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/175-guid.html#c1567</guid>
    
</item>
<item>
    <title>Jesse Keating: Virtualization liveCD Fedora spin?</title>
    <link>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#c1566</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com (Jesse Keating)</author>
    <content:encoded>
    That&#039;s probably something we&#039;d offer in kickstart form, but not media to download, but with the KS it would be very simple to build one yourself and toss it on media.&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t mind having something like that myself. 
    </content:encoded>

    <pubDate>Thu, 21 Jan 2010 19:25:49 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/175-guid.html#c1566</guid>
    
</item>
<item>
    <title>Josh Bressers: Virtualization liveCD Fedora spin?</title>
    <link>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#c1565</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com (Josh Bressers)</author>
    <content:encoded>
    Mostly, yes that would work. Given the very limited use case though, I&#039;d basically want this thing to boot up to a text console only (no X, it eats RAM), running nothing but libvirtd listening for TLS connections.&lt;br /&gt;
&lt;br /&gt;
It won&#039;t be hard to do, I&#039;m just lazy and hope someone else has already done it &lt;img src=&quot;http://www.bress.net/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 21 Jan 2010 19:04:18 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/175-guid.html#c1565</guid>
    
</item>
<item>
    <title>Jesse Keating: Virtualization liveCD Fedora spin?</title>
    <link>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#c1564</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/175-Virtualization-liveCD-Fedora-spin.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com (Jesse Keating)</author>
    <content:encoded>
    So all you need is the desktop spin + virt-manager right? 
    </content:encoded>

    <pubDate>Thu, 21 Jan 2010 18:55:57 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/175-guid.html#c1564</guid>
    
</item>
<item>
    <title>Security Alarm: Attention Burglars: Here is the alarm</title>
    <link>http://www.bress.net/blog/archives/159-Attention-Burglars-Here-is-the-alarm.html#c1563</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/159-Attention-Burglars-Here-is-the-alarm.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=159</wfw:comment>

    

    <author>nospam@example.com (Security Alarm)</author>
    <content:encoded>
    LOL too rich.&lt;br /&gt;
Typically it would be the name of a fire and or security  larm manufacturer. Fci-Gamewell, Cooper, Simplex  and so on.&lt;br /&gt;
When they say &quot;burglar alarm on the side of them... they are fake.&lt;br /&gt;
&lt;br /&gt;
How&#039;s that for Sanity ? 
    </content:encoded>

    <pubDate>Mon, 18 Jan 2010 17:29:08 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/159-guid.html#c1563</guid>
    
</item>
<item>
    <title>zingbot: How Long Does a Flash Drive Last?</title>
    <link>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#c1562</link>
            <category></category>
    
    <comments>http://www.bress.net/blog/archives/114-How-Long-Does-a-Flash-Drive-Last.html#comments</comments>
    <wfw:comment>http://www.bress.net/blog/wfwcomment.php?cid=114</wfw:comment>

    

    <author>nospam@example.com (zingbot)</author>
    <content:encoded>
    That said, I can still remember when people were fascinated by CDroms and how long would they last etc.  I heard some funny estimates like a CD should be re-written every 3 to 5 years because they&#039;d fade etc.  I know have some CD&#039;s going back to 1996.  They still read just fine.  My point is how long this lasts in storage is speculation.  It could be 5 to 10 years.  Or maybe someone will find a USB stick in 50 years and it will still have data on it.  Who knows..... 
    </content:encoded>

    <pubDate>Mon, 11 Jan 2010 04:47:17 -0500</pubDate>
    <guid isPermaLink="false">http://www.bress.net/blog/archives/114-guid.html#c1562</guid>
    
</item>

</channel>
</rss>