<?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: The Dharma Initiative and the Ba Gua</title>
	<atom:link href="http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua/feed" rel="self" type="application/rss+xml" />
	<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua</link>
	<description>The personal website of Paulo Ordoveza</description>
	<lastBuildDate>Sun, 26 Oct 2008 23:07:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ace Miel</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3980</link>
		<dc:creator>Ace Miel</dc:creator>
		<pubDate>Fri, 14 Oct 2005 06:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3980</guid>
		<description>Hi there, Paolo and the rest of the guys. Very nice thread you have here. I am from the Philippines and works as a web designer here is Makati City. The logo of the Dharma Initiative really looks like a Ba Gua although there seems to be a hidden code in the design of the lines used, a kind of morse-code. We have a Ba Gua at home too, so I&#039;m also familiar with the shape.

Here&#039;s my bit. I checked out the login at the URL: &lt;a href=&quot;http://thedharmainitiative.org/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://thedharmainitiative.org/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://thedharmainitiative.org/&quot; rel=&quot;nofollow&quot;&gt;http://thedharmainitiative.org/&lt;/a&gt;&lt;/a&gt;&lt;/a&gt; and opened the source for the login popup and saw at the top of the code that a javascript point to this location: &lt;a href=&quot;http://thedharmainitiative.org/md5.js.&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://thedharmainitiative.org/md5.js.&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://thedharmainitiative.org/md5.js.&quot; rel=&quot;nofollow&quot;&gt;http://thedharmainitiative.org/md5.js.&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;

I also found out they are using a Javascript MD5 algorithm for the login password and the lines in their code goes like this:

function checkForm() {

var url=&quot;login/?uid=&quot; + escape(document.forms[0].elements[&#039;uid&#039;].value) +

&quot;&amp;pwd=&quot; + escape(document.forms[0].elements[&#039;pwd&#039;].value)

var hash = hex_md5(document.forms[0].elements[&#039;uid&#039;].value + document.forms[0].elements[&#039;pwd&#039;].value);

if ((hash == &quot;4ce8eb77952dcf34505de7e04fd68fc7&quot;) &#124;&#124; (hash == &quot;732d9dda7f79c827c4453bda8f2d441a&quot;)) {

window.opener.location.href=url;

window.close();

} else {

document.forms[0].elements[&#039;errorMessage&#039;].value = &quot;Invalid login&quot;;

document.forms[0].elements[&#039;uid&#039;].value = &#039;&#039;;

document.forms[0].elements[&#039;pwd&#039;].value = &#039;&#039;;

document.forms[0].elements[&#039;uid&#039;].focus();

}

return false;

}

Although I haven&#039;t seen any of these MD5 hashes reversed-engineered, knowing that these hashes are there to access the login might help somehow in our quest for the username and password:

&quot;4ce8eb77952dcf34505de7e04fd68fc7&quot; and &quot;732d9dda7f79c827c4453bda8f2d441a&quot; (from the script above).

Here is the website where the script was taken, including a demo of a script calculating the hash for any password using MD4, MD5, and SHA-1:

&lt;a href=&quot;http://pajhome.org.uk/crypt/md5/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://pajhome.org.uk/crypt/md5/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://pajhome.org.uk/crypt/md5/&quot; rel=&quot;nofollow&quot;&gt;http://pajhome.org.uk/crypt/md5/&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;

I haven&#039;t read much yet on this type of authentication so I&#039;m just guessing that maybe people who are interested in &quot;decoding&quot; the username and password for the login might be able to use this demo script for an easier search of the said username and password by trial and error and comparing the results to the hashes calculated. Maybe somebody out there can confirm or gun this crazy idea down. Thanks and nice show for all of us who appreciate a good puzzler.

P.S. I get my shows via torrent so I watch the latest episode every Thursday local time, several hours after some guy has shared it via torrent. People who don&#039;t know the torrent sites and are interested may email me. No flames please, I don&#039;t take criticism well.

</description>
		<content:encoded><![CDATA[<p>Hi there, Paolo and the rest of the guys. Very nice thread you have here. I am from the Philippines and works as a web designer here is Makati City. The logo of the Dharma Initiative really looks like a Ba Gua although there seems to be a hidden code in the design of the lines used, a kind of morse-code. We have a Ba Gua at home too, so I&#8217;m also familiar with the shape.</p>
<p>Here&#8217;s my bit. I checked out the login at the URL: <a href="http://thedharmainitiative.org/" rel="nofollow"></a><a href="http://thedharmainitiative.org/" rel="nofollow"></a><a href="http://thedharmainitiative.org/" rel="nofollow">http://thedharmainitiative.org/</a> and opened the source for the login popup and saw at the top of the code that a javascript point to this location: <a href="http://thedharmainitiative.org/md5.js." rel="nofollow"></a><a href="http://thedharmainitiative.org/md5.js." rel="nofollow"></a><a href="http://thedharmainitiative.org/md5.js." rel="nofollow"></a><a href="http://thedharmainitiative.org/md5.js" rel="nofollow">http://thedharmainitiative.org/md5.js</a>.</p>
<p>I also found out they are using a Javascript MD5 algorithm for the login password and the lines in their code goes like this:</p>
<p>function checkForm() {</p>
<p>var url=&#8221;login/?uid=&#8221; + escape(document.forms[0].elements['uid'].value) +</p>
<p>&#8220;&#038;pwd=&#8221; + escape(document.forms[0].elements['pwd'].value)</p>
<p>var hash = hex_md5(document.forms[0].elements['uid'].value + document.forms[0].elements['pwd'].value);</p>
<p>if ((hash == &#8220;4ce8eb77952dcf34505de7e04fd68fc7&#8243;) || (hash == &#8220;732d9dda7f79c827c4453bda8f2d441a&#8221;)) {</p>
<p>window.opener.location.href=url;</p>
<p>window.close();</p>
<p>} else {</p>
<p>document.forms[0].elements['errorMessage'].value = &#8220;Invalid login&#8221;;</p>
<p>document.forms[0].elements['uid'].value = &#8221;;</p>
<p>document.forms[0].elements['pwd'].value = &#8221;;</p>
<p>document.forms[0].elements['uid'].focus();</p>
<p>}</p>
<p>return false;</p>
<p>}</p>
<p>Although I haven&#8217;t seen any of these MD5 hashes reversed-engineered, knowing that these hashes are there to access the login might help somehow in our quest for the username and password:</p>
<p>&#8220;4ce8eb77952dcf34505de7e04fd68fc7&#8243; and &#8220;732d9dda7f79c827c4453bda8f2d441a&#8221; (from the script above).</p>
<p>Here is the website where the script was taken, including a demo of a script calculating the hash for any password using MD4, MD5, and SHA-1:</p>
<p><a href="http://pajhome.org.uk/crypt/md5/" rel="nofollow"></a><a href="http://pajhome.org.uk/crypt/md5/" rel="nofollow"></a><a href="http://pajhome.org.uk/crypt/md5/" rel="nofollow">http://pajhome.org.uk/crypt/md5/</a></p>
<p>I haven&#8217;t read much yet on this type of authentication so I&#8217;m just guessing that maybe people who are interested in &#8220;decoding&#8221; the username and password for the login might be able to use this demo script for an easier search of the said username and password by trial and error and comparing the results to the hashes calculated. Maybe somebody out there can confirm or gun this crazy idea down. Thanks and nice show for all of us who appreciate a good puzzler.</p>
<p>P.S. I get my shows via torrent so I watch the latest episode every Thursday local time, several hours after some guy has shared it via torrent. People who don&#8217;t know the torrent sites and are interested may email me. No flames please, I don&#8217;t take criticism well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3979</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 14 Oct 2005 05:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3979</guid>
		<description>doesn&#039;t this remind you of The Lord Of The Flies?

</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t this remind you of The Lord Of The Flies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edubs</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3978</link>
		<dc:creator>Edubs</dc:creator>
		<pubDate>Fri, 14 Oct 2005 04:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3978</guid>
		<description>What if this is some big experiment in itself. Not to much to study, but the writers wrote something, and are letting us take it the rest of the way. Maybe they have no idea what season three is going to be. They are just listening too all of our crazy crackpot theories and taking what they like? I mean, all of what you could be saying could be true. Its like writing a story with a group of friends, just one person writes a sentance and then each other person writes one. ALthough in this instance, some guys got together, used all the other shows that fans get rabid about as a basis and thought, lets get them started, and then take form thier ideas, and in the end maybe produce nothing but a never ending show that would go anywhere, and in theory never end or have any meaning.

</description>
		<content:encoded><![CDATA[<p>What if this is some big experiment in itself. Not to much to study, but the writers wrote something, and are letting us take it the rest of the way. Maybe they have no idea what season three is going to be. They are just listening too all of our crazy crackpot theories and taking what they like? I mean, all of what you could be saying could be true. Its like writing a story with a group of friends, just one person writes a sentance and then each other person writes one. ALthough in this instance, some guys got together, used all the other shows that fans get rabid about as a basis and thought, lets get them started, and then take form thier ideas, and in the end maybe produce nothing but a never ending show that would go anywhere, and in theory never end or have any meaning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sulepa</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3977</link>
		<dc:creator>sulepa</dc:creator>
		<pubDate>Fri, 14 Oct 2005 03:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3977</guid>
		<description>on the pre-board check in that i just mentioned, if you anagram it into the boxes as &quot;other man&quot; not only do the letters center themselves perfectly, you get a quick video clip that startled the heck outta me when it started.

</description>
		<content:encoded><![CDATA[<p>on the pre-board check in that i just mentioned, if you anagram it into the boxes as &#8220;other man&#8221; not only do the letters center themselves perfectly, you get a quick video clip that startled the heck outta me when it started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sulepa</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3976</link>
		<dc:creator>sulepa</dc:creator>
		<pubDate>Fri, 14 Oct 2005 03:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3976</guid>
		<description>why does the pre-board check in give me the name ETHAN ROM with boxes underneath to make an anagram?

</description>
		<content:encoded><![CDATA[<p>why does the pre-board check in give me the name ETHAN ROM with boxes underneath to make an anagram?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3975</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 14 Oct 2005 03:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3975</guid>
		<description>Help me with the seating chart please...                                                                                                  Is there something wrong with my computer? I can only get the seat info for:

Locke

Charlie

The Marshall

Jack

Boone

Shannon

Rose

Kate

Ana Lucia

How do I get everyone else to appear? Also why does the  F  keep flashing at the bottom?  And when you click on Kate, why does the flight number change to 777?

</description>
		<content:encoded><![CDATA[<p>Help me with the seating chart please&#8230;                                                                                                  Is there something wrong with my computer? I can only get the seat info for:</p>
<p>Locke</p>
<p>Charlie</p>
<p>The Marshall</p>
<p>Jack</p>
<p>Boone</p>
<p>Shannon</p>
<p>Rose</p>
<p>Kate</p>
<p>Ana Lucia</p>
<p>How do I get everyone else to appear? Also why does the  F  keep flashing at the bottom?  And when you click on Kate, why does the flight number change to 777?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sulepa</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3974</link>
		<dc:creator>sulepa</dc:creator>
		<pubDate>Fri, 14 Oct 2005 03:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3974</guid>
		<description>dharma can mean life or death depending upon the religion.  dharma &amp; greg was also an abc show.

</description>
		<content:encoded><![CDATA[<p>dharma can mean life or death depending upon the religion.  dharma &#038; greg was also an abc show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AAron</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3973</link>
		<dc:creator>AAron</dc:creator>
		<pubDate>Fri, 14 Oct 2005 02:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3973</guid>
		<description>Did anyone notice that if you go to the driveshaft website(http://www.driveshaftband.com/driveSHAFTMusic2.htm) and look at the discography section under music at the top of the page, in the special thanks section it lists the names of several notorious Seinfeld characters?

</description>
		<content:encoded><![CDATA[<p>Did anyone notice that if you go to the driveshaft website(<a href="http://www.driveshaftband.com/driveSHAFTMusic2.htm" rel="nofollow">http://www.driveshaftband.com/driveSHAFTMusic2.htm</a>) and look at the discography section under music at the top of the page, in the special thanks section it lists the names of several notorious Seinfeld characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kletus</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3972</link>
		<dc:creator>kletus</dc:creator>
		<pubDate>Fri, 14 Oct 2005 02:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3972</guid>
		<description>ok and what the heck is this

&lt;a href=&quot;http://www.oceanicflight815.com/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.oceanicflight815.com/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.oceanicflight815.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.oceanicflight815.com/&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;

seating chart page way to much info to absorb but def. woth the explore...

</description>
		<content:encoded><![CDATA[<p>ok and what the heck is this</p>
<p><a href="http://www.oceanicflight815.com/" rel="nofollow"></a><a href="http://www.oceanicflight815.com/" rel="nofollow"></a><a href="http://www.oceanicflight815.com/" rel="nofollow">http://www.oceanicflight815.com/</a></p>
<p>seating chart page way to much info to absorb but def. woth the explore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hownow.brownpau.com/archives/2005/10/the-dharma-initiative-and-the-ba-gua#comment-3971</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 14 Oct 2005 02:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.brownpau.com/wp/?p=2771#comment-3971</guid>
		<description>4 8 15 16 23 42 -- 4 (8 15) 16 - Flight 815.  Any significance here?  Just a thought.

</description>
		<content:encoded><![CDATA[<p>4 8 15 16 23 42 &#8212; 4 (8 15) 16 &#8211; Flight 815.  Any significance here?  Just a thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

