<?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 BrainBlog</title>
	<atom:link href="http://blogs.nopcode.org/brainstorm/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nopcode.org/brainstorm</link>
	<description>braindumping myself</description>
	<lastBuildDate>Sun, 13 Jun 2010 20:54:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Nokia 6230i unlock procedure by ice man</title>
		<link>http://blogs.nopcode.org/brainstorm/2006/01/21/nokia-6230i-unlock-procedure/comment-page-1/#comment-8546</link>
		<dc:creator>ice man</dc:creator>
		<pubDate>Sun, 13 Jun 2010 20:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nopcode.org/brainstorm/?p=26#comment-8546</guid>
		<description>hi all , i tried ti unlock my phone by the pw method and got it locked , what can i do now in order to unlock it ??? i bellive there is alot of people with the same problem. please help im despered !!!</description>
		<content:encoded><![CDATA[<p>hi all , i tried ti unlock my phone by the pw method and got it locked , what can i do now in order to unlock it ??? i bellive there is alot of people with the same problem. please help im despered !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MaildirCrypt by brainstorm</title>
		<link>http://blogs.nopcode.org/brainstorm/2010/04/28/maildircrypt/comment-page-1/#comment-8545</link>
		<dc:creator>brainstorm</dc:creator>
		<pubDate>Sat, 29 May 2010 10:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nopcode.org/brainstorm/?p=333#comment-8545</guid>
		<description>The only issue I see with asymetric crypto on the server, like maildircrypt does is the accessibility:

Think webmail on a machine not owned by you: Private key management strikes back :_/

By Gerardo: Code a driver for the webmail.
Any other suggestions ?</description>
		<content:encoded><![CDATA[<p>The only issue I see with asymetric crypto on the server, like maildircrypt does is the accessibility:</p>
<p>Think webmail on a machine not owned by you: Private key management strikes back :_/</p>
<p>By Gerardo: Code a driver for the webmail.<br />
Any other suggestions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Omnibook XE3: Resetting a BIOS password the hard(ware) way by javier</title>
		<link>http://blogs.nopcode.org/brainstorm/2006/08/25/omnibook-xe3-resetting-a-bios-password-the-hardware-way/comment-page-1/#comment-8543</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Thu, 20 May 2010 03:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nopcode.org/brainstorm/2006/08/25/omnibook-xe3-resetting-a-bios-password-the-hardware-way/#comment-8543</guid>
		<description>Hadderakk! You saved my stupid bios that suddenly started to ask for bios for boot, and for bios setup. Could not get through any way!
This solved it - can&#039;t be easier

big thanks!
/javier

(XE2 omnibook!!!!)</description>
		<content:encoded><![CDATA[<p>Hadderakk! You saved my stupid bios that suddenly started to ask for bios for boot, and for bios setup. Could not get through any way!<br />
This solved it &#8211; can&#8217;t be easier</p>
<p>big thanks!<br />
/javier</p>
<p>(XE2 omnibook!!!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Omnibook XE3: Resetting a BIOS password the hard(ware) way by javier</title>
		<link>http://blogs.nopcode.org/brainstorm/2006/08/25/omnibook-xe3-resetting-a-bios-password-the-hardware-way/comment-page-1/#comment-8542</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Thu, 20 May 2010 03:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nopcode.org/brainstorm/2006/08/25/omnibook-xe3-resetting-a-bios-password-the-hardware-way/#comment-8542</guid>
		<description>quote:

had successfully reset the cmos password on omnibook xe2 (dd model)
by jumpering the two contacts, located in the central area underneath the so-dimm module slot (slot0, the one near the battery).
can’t miss’em, they are triangular in shape and it’s as simple as bridging them with a small phillips screwdriver for a few sces.</description>
		<content:encoded><![CDATA[<p>quote:</p>
<p>had successfully reset the cmos password on omnibook xe2 (dd model)<br />
by jumpering the two contacts, located in the central area underneath the so-dimm module slot (slot0, the one near the battery).<br />
can’t miss’em, they are triangular in shape and it’s as simple as bridging them with a small phillips screwdriver for a few sces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MaildirCrypt by Jesus Cea Avion</title>
		<link>http://blogs.nopcode.org/brainstorm/2010/04/28/maildircrypt/comment-page-1/#comment-8538</link>
		<dc:creator>Jesus Cea Avion</dc:creator>
		<pubDate>Wed, 28 Apr 2010 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nopcode.org/brainstorm/?p=333#comment-8538</guid>
		<description>There are two choices:

- Implement something compatible with enigmail-like extensions: use PGP, protects only the message, not the headers, you must be careful not to mess with previous encryption/signatures, mime multiparts, etc.

- Encrypt the complete email (including headers) in the server, and use a &quot;light&quot; pop3 proxy in the client. The decryption is automatically done in the client, before the messages entering the MUA. The encryption is stronger in the server, easier to implement, etc., and in the client the user only need the POP3 proxy, not a MUA with PGP support.

Only posted because Brain has activated OpenID authentication :-).</description>
		<content:encoded><![CDATA[<p>There are two choices:</p>
<p>- Implement something compatible with enigmail-like extensions: use PGP, protects only the message, not the headers, you must be careful not to mess with previous encryption/signatures, mime multiparts, etc.</p>
<p>- Encrypt the complete email (including headers) in the server, and use a &#8220;light&#8221; pop3 proxy in the client. The decryption is automatically done in the client, before the messages entering the MUA. The encryption is stronger in the server, easier to implement, etc., and in the client the user only need the POP3 proxy, not a MUA with PGP support.</p>
<p>Only posted because Brain has activated OpenID authentication <img src='http://blogs.nopcode.org/brainstorm/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
