<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>transcyberia.info - web</title>
    <link>http://transcyberia.info/</link>
    <description>open .:. technology .:. economics</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>host-proof hosting</title>
    <link>http://transcyberia.info/archives/36-host-proof-hosting.html</link>
            <category>web</category>
    
    <comments>http://transcyberia.info/archives/36-host-proof-hosting.html#comments</comments>
    <wfw:comment>http://transcyberia.info/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://transcyberia.info/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (Guido Stevens)</author>
    <content:encoded>
    &lt;p&gt;
Think a minute about the security challenges involved in creating a health-centered social network. Or, more generally, any web application that has to handle sensitive user data. What if the database server becomes compromised? How do you make sure that, even if the database is stolen, your users&#039; secrets remain confidential? How can &lt;em&gt;any&lt;/em&gt; cloud computing application provide &lt;em&gt;any&lt;/em&gt; significant measure of privacy?
&lt;/p&gt;
&lt;p&gt;
At &lt;a href=&quot;http://www.clipperz.com/&quot;&gt;Clipperz&lt;/a&gt; they claim to have found the &lt;a href=&quot;http://www.clipperz.com/users/marco/blog/2007/08/24/anatomy_zero_knowledge_web_application&quot;&gt;solution&lt;/a&gt;: they call it &quot;zero-knowledge web applications&quot;. Since the term &quot;zero knowledge&quot; has a &lt;a href=&quot;http://en.wikipedia.org/wiki/Zero_Knowledge&quot;&gt;precise meaning&lt;/a&gt; in cryptography, that&#039;s a bit confusing. 
What Clipperz &lt;a href=&quot;http://www.clipperz.com/users/marco/blog/2008/05/30/freedom_and_privacy_cloud_call_action&quot;&gt;promotes&lt;/a&gt; boils down to evangelism for the &lt;a href=&quot;http://ajaxpatterns.org/Host-Proof_Hosting&quot;&gt;&quot;host-proof hosting&quot;&lt;/a&gt; AJAX programming pattern.
&lt;/p&gt;
&lt;h4&gt;client-side encryption&lt;/h4&gt;
&lt;p&gt;
You still with me? It&#039;s a very simple concept, actually. Encrypt any sensitive data on the client-side browser before sending it to the web server. Data is never stored plaintext. Users can retrieve their data, in encrypted form, and only in their private browser is it decrypted and becomes accessible. Should the database server be compromised, an attacker finds only encrypted gibberish in the database.
&lt;/p&gt;
&lt;p&gt;
Wow! Total &lt;a href=&quot;http://www.communities.hp.com/online/blogs/mcm/archive/2008/07/04/gartner-s-report-top-seven-cloud-computing-security-risks.aspx&quot;&gt;privacy in the cloud computing age&lt;/a&gt;! Why don&#039;t we rewrite all our web applications to use this neat trick?
Yes, why don&#039;t we? Read on to find several answers to that question.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://transcyberia.info/archives/36-host-proof-hosting.html#extended&quot;&gt;Continue reading &quot;host-proof hosting&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 04 Jul 2008 21:13:00 +0200</pubDate>
    <guid isPermaLink="false">http://transcyberia.info/archives/36-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><category>ajax</category>
<category>algorithm</category>
<category>cloudcomputing</category>
<category>encryption</category>
<category>healthcare</category>
<category>infosec</category>
<category>privacy</category>
<category>software</category>
<category>technology</category>
<category>web</category>
<category>web20</category>

</item>
<item>
    <title>IE8: not quite standard</title>
    <link>http://transcyberia.info/archives/5-IE8-not-quite-standard.html</link>
            <category>openstandards</category>
            <category>themirrorpalace</category>
            <category>web</category>
    
    <comments>http://transcyberia.info/archives/5-IE8-not-quite-standard.html#comments</comments>
    <wfw:comment>http://transcyberia.info/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://transcyberia.info/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Guido Stevens)</author>
    <content:encoded>
    &lt;p&gt;
&lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/01/21/compatibility-and-ie8.aspx&quot;&gt;Microsoft has announced&lt;/a&gt;, that the upcoming release of Internet Explorer will render standard-compliant web pages in a non-standard way.
Standard-compliant rendering requires a non-standard page tag. &lt;em&gt;Huh?&lt;/em&gt;
&lt;/p&gt;
&lt;h3&gt;&lt;em&gt;welcome to the mirror palace!&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;
If you get the feeling something&#039;s not quite right here, &lt;a href=&quot;http://www.regdeveloper.co.uk/2008/01/25/ie8_version_switch/&quot;&gt;you&#039;re right&lt;/a&gt;.
The &lt;a href=&quot;http://alistapart.com/articles/beyonddoctype&quot;&gt;reasoning&lt;/a&gt; behind this proposal was quickly shredded to pieces by the &lt;a href=&quot;http://developers.slashdot.org/article.pl?sid=08/01/23/1740228&quot;&gt;development community.&lt;/a&gt;
You might as wel &lt;a href=&quot;http://www.katemonkey.co.uk/article/48/x-ua-lemur-compatible&quot;&gt;have a laugh&lt;/a&gt; &lt;img src=&quot;http://transcyberia.info/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;
&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://transcyberia.info/archives/5-IE8-not-quite-standard.html#extended&quot;&gt;Continue reading &quot;IE8: not quite standard&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 26 Jan 2008 00:54:00 +0100</pubDate>
    <guid isPermaLink="false">http://transcyberia.info/archives/5-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><category>defectivebydesign</category>
<category>ie8</category>
<category>openstandards</category>
<category>themirrorpalace</category>
<category>web</category>

</item>

</channel>
</rss>