<?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>Hanno's blog - English</title>
    <link>http://www.hboeck.de/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Tue, 25 May 2010 12:25:25 GMT</pubDate>

    <image>
        <url>http://www.hboeck.de/templates/hanno/img/s9y_banner_small.png</url>
        <title>RSS: Hanno's blog - English - </title>
        <link>http://www.hboeck.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Secure RSA padding: RSA-PSS</title>
    <link>http://www.hboeck.de/archives/737-Secure-RSA-padding-RSA-PSS.html</link>
            <category>Code</category>
            <category>Cryptography</category>
            <category>English</category>
            <category>Linux</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/737-Secure-RSA-padding-RSA-PSS.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=737</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=737</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    I got selected for this years &lt;a href=&quot;http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/mozilla/t127230761333&quot;&gt;Google Summer of Code with a project for the implementation of RSA-PSS&lt;/a&gt; in the nss library. RSA-PSS will also be the topic of my diploma thesis, so I thought I&#039;d write some lines about it.&lt;br /&gt;
&lt;br /&gt;
RSA is, as you may probably know, the most widely used public key cryptography algorithm. It can be used for signing and encryption, RSA-PSS is about signing (something similar, RSA-OAEP, exists for encryption, but that&#039;s not my main topic).&lt;br /&gt;
&lt;br /&gt;
The formula for the RSA-algorithm is &lt;b&gt;S = M^k mod N&lt;/b&gt; (S is the signature, M the input, k the private key and N some big prime number). One important thing is that M is not the Message itself, but some encoding of the message. A simple way of doing this encoding is using a hash-function, for example SHA256. This is basically how old standards (like PKCS #1 1.5) worked. While no attacks exist against this scheme, it&#039;s believed that this can be improved. One reason is that while the RSA-function accepts an input of size N (which is the same length as the keysize, for example 2048/4096 bit), hash-functions usually produce much smaller inputs (something like 160/256 bit).&lt;br /&gt;
&lt;br /&gt;
An improved scheme for that is the &lt;a href=&quot;http://www.rsa.com/rsalabs/node.asp?id=2005&quot;&gt;Probabilistic Signature Scheme (PSS)&lt;/a&gt;, (&lt;a href=&quot;http://www.cs.ucdavis.edu/~rogaway/papers/exact.html&quot;&gt;Bellare/Rogaway 1996/1998&lt;/a&gt;). PSS is &quot;provable secure&quot;. It does not mean that the outcoming algorithm is &quot;provable secure&quot; (that&#039;s impossible with today&#039;s math), but that the outcome is as secure as the input algorithm RSA and the used hash function (so-called &quot;random oracle model&quot;). A standard for PSS-encryption is PKCS #1 2.1 (republished as &lt;a href=&quot;http://tools.ietf.org/html/rfc3447&quot;&gt;RFC 3447&lt;/a&gt;) So PSS in general is a good idea as a security measure, but as there is no real pressure to implement it, it&#039;s still not used very much. Just an example, the new DNSSEC ressource records &lt;a href=&quot;http://tools.ietf.org/html/rfc5702&quot;&gt;just published last year still use the old PKCS #1 1.5 standard&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
For SSL/TLS, standards to use PSS exist (&lt;a href=&quot;http://tools.ietf.org/html/rfc4055&quot;&gt;RFC 4055&lt;/a&gt;, &lt;a href=&quot;http://tools.ietf.org/html/rfc5756&quot;&gt;RFC 5756&lt;/a&gt;), but implementation is widely lacking. Just recently, &lt;a href=&quot;http://rt.openssl.org/Ticket/Display.html?id=1951&quot;&gt;openssl got support for PSS verification&lt;/a&gt;. The only implementation of signature creation I&#039;m aware of is the java-library &lt;a href=&quot;http://www.bouncycastle.org/&quot;&gt;bouncycastle&lt;/a&gt; (yes, this forced me to write some lines of java code).&lt;br /&gt;
&lt;br /&gt;
The nss library is used by the Mozilla products (Firefox, Thunderbird), so an implementation there is crucial for a more widespread use of PSS. 
    </content:encoded>

    <pubDate>Fri, 14 May 2010 23:22:43 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/737-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>cryptography</category>
<category>gsoc</category>
<category>nss</category>
<category>pss</category>
<category>rsa</category>
<category>rsapss</category>
<category>security</category>
<category>ssl</category>
<category>tls</category>

</item>
<item>
    <title>Easterhegg in Munich</title>
    <link>http://www.hboeck.de/archives/734-Easterhegg-in-Munich.html</link>
            <category>Code</category>
            <category>Computer culture</category>
            <category>Copyright</category>
            <category>Ecology</category>
            <category>English</category>
            <category>Politics</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/734-Easterhegg-in-Munich.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=734</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=734</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.hboeck.de/uploads/easterhegg.jpg&#039;&gt;&lt;!-- s9ymdb:271 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;225&quot;  src=&quot;http://www.hboeck.de/uploads/easterhegg.serendipityThumb.jpg&quot;  alt=&quot;EH-Badge und Tasse&quot; /&gt;&lt;/a&gt;I visited this year&#039;s &lt;a href=&quot;http://eh2010.muc.ccc.de/&quot;&gt;easterhegg&lt;/a&gt; in Munich. The easterhegg is an event by the chaos computer club.&lt;br /&gt;
&lt;br /&gt;
I held a talk expressing some thoughts I had in mind for quite a long time about free licenses. The conclusion is mainly that I think it very often may make more sense to use public domain &quot;licensing&quot; instead of free licenses with restrictions. The slides can be &lt;a href=&quot;http://int21.de/slides/slides_publicdomain.odp&quot;&gt;downloaded here&lt;/a&gt; (video recording &lt;a href=&quot;ftp://ftp.ccc.de/events/eh2010/mp4_1024x576/EH2010-3762-de-publicdomain.mp4&quot;&gt;here in high quality / 1024x576&lt;/a&gt; and &lt;a href=&quot;ftp://ftp.ccc.de/events/eh2010/mp4_640x360/EH2010-3762-de-publicdomain.mp4&quot;&gt;here in lower quality / 640x360&lt;/a&gt;). Talk was in german, but the slides are english. I plan to write down a longer text about the subject, but I don&#039;t know when I&#039;ll find time for that.&lt;br /&gt;
&lt;br /&gt;
I also had a 5 minute lightning-talk about RSA-PSS and RSA-OAEP, &lt;a href=&quot;http://int21.de/slides/slides_rsapss_5min.odp&quot;&gt;slides are here&lt;/a&gt; (german). I will probably write my diploma thesis about PSS, so you may read more about that here in the future.&lt;br /&gt;
&lt;br /&gt;
From the other talks, I want to mention one because I think it&#039;s a very interesting project about an important topic: The &lt;a href=&quot;http://mysmartgrid.de/&quot;&gt;mySmartGrid&lt;/a&gt; project is working on an opensource based solution for local smart grids. It&#039;s a research project by Frauenhofer ITWM Kaiserslautern and it sounds very promising. Smart grids will almost definitely come within the next years and if people stick to the solutions provided by big energy companies, this will most likely be a big thread to privacy and will most probably prefer old centralized electricity generation. 
    </content:encoded>

    <pubDate>Mon, 05 Apr 2010 20:58:57 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/734-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ccc</category>
<category>copyright</category>
<category>easterhegg</category>
<category>licenses</category>
<category>mysmartgrid</category>
<category>publicdomain</category>
<category>rsa</category>
<category>rsaoaep</category>
<category>rsapss</category>

</item>
<item>
    <title>Free and open source developers meeting (FOSDEM)</title>
    <link>http://www.hboeck.de/archives/732-Free-and-open-source-developers-meeting-FOSDEM.html</link>
            <category>Code</category>
            <category>Computer culture</category>
            <category>Copyright</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Life</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/732-Free-and-open-source-developers-meeting-FOSDEM.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=732</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=732</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:270 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;225&quot;  src=&quot;http://www.hboeck.de/uploads/fosdem2010.jpg&quot;  alt=&quot;FOSDEM talk&quot; /&gt;After reading a lot about interesting stuff happening at this years &lt;a href=&quot;http://www.fosdem.org/&quot;&gt;FOSDEM&lt;/a&gt;, I decided very short term to go there. The FOSDEM in Brussels is probably one of the biggest (if not the biggest at all) meetings of free software developers. Unlike similar events (like several Linuxtag-events in Germany), it&#039;s focus is mainly on developers, so the talks are more high level.&lt;br /&gt;
&lt;br /&gt;
My impressions from FOSDEM so far: There are much more people compared when I was here a few years ago, so it seems the number of free software developers is inceasing (which is great). The interest focus seems to be to extend free software to other areas. Embedded devices, the BIOS, open hardware (lot&#039;s of interest in 3D-printers).&lt;br /&gt;
&lt;br /&gt;
Yesterday morning, there was a quite interesting talk by &lt;a href=&quot;http://www.cl.cam.ac.uk/~rnc1/&quot;&gt;Richard Clayton&lt;/a&gt; about Phishing, Scam etc. with lots of statistics and info about the supposed business models behind it. Afterwards I had a nice chat with some developers from &lt;a href=&quot;http://openinkpot.org/&quot;&gt;OpenInkpot&lt;/a&gt;. There was a big interest in the &lt;a href=&quot;http://www.coreboot.org/&quot;&gt;Coreboot&lt;/a&gt;-talk, so I (and many others) just didn&#039;t get in because it was full.&lt;br /&gt;
&lt;br /&gt;
Later Gentoo-developer &lt;a href=&quot;http://blogs.gentoo.org/betelgeuse&quot;&gt;Petteri Räty&lt;/a&gt; gave a talk about &quot;How to be a good upstream&quot; and I&#039;d suggest every free software developer to have a look on that (I&#039;ll put the link here later).&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just attended a rather interesting talk about 3D-printers like &lt;a href=&quot;http://reprap.org/&quot;&gt;RepRap&lt;/a&gt; and &lt;a href=&quot;http://makerbot.com/&quot;&gt;MakerBot&lt;/a&gt;.&lt;img src=&quot;http://vg04.met.vgwort.de/na/458b95b832d64331b78253f847821853&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt; 
    </content:encoded>

    <pubDate>Sun, 07 Feb 2010 10:34:05 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/732-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>fosdem fosdem2010 freesoftware linux reprap makerb</category>

</item>
<item>
    <title>SSL-Certificates with SHA256 signature</title>
    <link>http://www.hboeck.de/archives/730-SSL-Certificates-with-SHA256-signature.html</link>
            <category>Cryptography</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/730-SSL-Certificates-with-SHA256-signature.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=730</wfw:comment>

    <slash:comments>12</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=730</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    At least since 2005 it&#039;s &lt;a href=&quot;http://www.schneier.com/blog/archives/2005/02/sha1_broken.html&quot;&gt;well known&lt;/a&gt; that the cryptographic hash function SHA1 is seriously flawed and it&#039;s only a matter of time until it will be broken. However, it&#039;s still widely used and it can be expected that it&#039;ll be used long enough to allow real world attacks (as it happened with &lt;a href=&quot;http://events.ccc.de/congress/2008/Fahrplan/events/3023.en.html&quot;&gt;MD5 before&lt;/a&gt;). The NIST (the US National Institute of Standards and Technology) suggests not to use SHA1 after 2010, the german BSI (Bundesamt für Sicherheit in der Informationstechnik) says they should&#039;ve been fadet out by the end of 2009.&lt;br /&gt;
&lt;br /&gt;
The probably most widely used encryption protocol is SSL. It is a protocol that can operate on top of many other internet protocols and is for example widely used for banking accounts.&lt;br /&gt;
&lt;br /&gt;
As SSL is a pretty complex protocol, it needs hash functions at various places, here I&#039;m just looking at one of them. The signatures created by the certificate authorities. Every SSL certificate is signed by a CA, even if you generate SSL certificates yourself, they are self-signed, meaning that the certificate itself is it&#039;s own CA. From what I know, despite the suggestions mentioned above no big CA will give you certificates signed with anything better than SHA1. You can check this with:&lt;br /&gt;
&lt;b&gt;openssl x509 -text -in [your ssl certificate]&lt;/b&gt;&lt;br /&gt;
Look for &quot;Signature Algorithm&quot;. It&#039;ll most likely say sha1WithRSAEncryption. If your CA is good, it&#039;ll show sha256WithRSAEncryption. If your CA is really bad, it may show md5WithRSAEncryption.&lt;br /&gt;
&lt;br /&gt;
When asking for SHA256 support, you often get the answer that the software still has problems, it&#039;s not ready yet. When asking for more information I never got answers. So I tried it myself. On an up-to-date apache webserver with mod_ssl, it was no problem to install a SHA256 signed certificate based on a SHA256 signed test CA. All browsers I&#039;ve tried (Firefox 3.6, Konqueror 4.3.5, Opera 10.10, IE8 and even IE6) had no problem with it. You can check it out at &lt;a href=&quot;https://sha2.hboeck.de/&quot;&gt;https://sha2.hboeck.de/&lt;/a&gt;. You will get a certificate warning (obviously, as it&#039;s signed by my own test CA), but you&#039;ll be able to view the page. If you want to test it without warnings, you can also &lt;a href=&quot;http://sha2.hboeck.de/sha2.crt&quot;&gt;import the CA certificate&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I&#039;d be interested if this causes any problems (on server or on client side), so please leave a comment if you are aware of any incompatibilities.&lt;img src=&quot;http://vg06.met.vgwort.de/na/9134fb07c35147c389e6d15c267b2a60&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; By request in the comments, I&#039;ve also created a &lt;a href=&quot;https://sha512.hboeck.de/&quot;&gt;SHA512 testcase&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update 2:&lt;/b&gt; StartSSL wrote me that they tried providing SHA256-certificates about a year ago and had too many problems - it wasn&#039;t very specific but they mentioned that earlier Windows XP and Windows 2003 Server versions may have problems. 
    </content:encoded>

    <pubDate>Mon, 01 Feb 2010 23:23:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/730-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ca</category>
<category>cryptography</category>
<category>hash</category>
<category>md5</category>
<category>security</category>
<category>sha1</category>
<category>sha2</category>
<category>sha256</category>
<category>ssl</category>

</item>
<item>
    <title>Hanvon WISEreader N526 - hardware fine, software a desaster</title>
    <link>http://www.hboeck.de/archives/728-Hanvon-WISEreader-N526-hardware-fine,-software-a-desaster.html</link>
            <category>Books</category>
            <category>Computer culture</category>
            <category>English</category>
    
    <comments>http://www.hboeck.de/archives/728-Hanvon-WISEreader-N526-hardware-fine,-software-a-desaster.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=728</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=728</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.hboeck.de/uploads/n526.jpg&#039;&gt;&lt;!-- s9ymdb:268 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;225&quot; height=&quot;300&quot;  src=&quot;http://www.hboeck.de/uploads/n526.serendipityThumb.jpg&quot;  alt=&quot;Hanvon WISEreader N526&quot; /&gt;&lt;/a&gt;When asking me what I&#039;d consider the most interesting technical developments in the near future, electronic books would be on the top of my list. So recently, I finally decided to buy one and ordered a &lt;a href=&quot;http://www.vialeon.de/wisereader-n526-p-37.html&quot;&gt;Hanvon WISEreader N526&lt;/a&gt;. It has a pretty fair price, it seemed that free software support was likely to appear some time in the future (more on that later) and it has a touchscreen with pen, which was a feature I wanted to mark things in books.&lt;br /&gt;
&lt;br /&gt;
From the hardware side, the device is pretty ok. Most ebook readers on the market share the same technologie for the display, it could have a bit more contrast, but else it&#039;s pretty okay. The device itself has a keyboard (which is querty, but not really ordered like a querty-keyboard), USB (not working as mass storage though), an audio output and a micro SD slot. Also, as said above, it has a touchscreen that can be used with a pen. So on the hardware side the device is quite fine.&lt;br /&gt;
&lt;br /&gt;
What&#039;s not fine is the software running on it. It makes many features pretty much useless. Just to name a few flaws:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Adding marks with the pen, one of the main features of the hardware, is pretty useless. It works neither on PDFs nor on epub files. It only works for TXT and HTML files, so it&#039;s not possible to do any marks on any layouted file format.&lt;/li&gt;&lt;li&gt;HTML files are not supported. The vendor claims HTML support, but that&#039;s a plain lie. What it does is stripping out all HTML tags and showing the Text. If you know how HTML works, you can expect that this leads to pretty broken results and breaks all layout in HTML. Also, Hyperlinks don&#039;t work at all.&lt;/li&gt;&lt;li&gt;The zooming capabilities are very limited. For text, you only have three zoom levels. All of them are far larger than normal text in a book. For PDF, it&#039;s possible to make it fit on height or width, but not anything in between.&lt;/li&gt;&lt;li&gt;If you browse the files, there is no possibility to show the full filename, it only shows the beginning of the filename (about 20 characters). If you have files named “Author&#039;s name – Book title“ (which seems like a pretty common idea), you will only see some files with the author&#039;s name – not very useful.&lt;/li&gt;&lt;li&gt;The device has a button for landscape view (turn the view 90°). But it doesn&#039;t work. Probably a bug.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 300px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:269 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;232&quot;  src=&quot;http://www.hboeck.de/uploads/n526-html-comparison.png&quot;  alt=&quot;Example for HTML rendering&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Example for HTML “support“ compared with original&lt;/div&gt;&lt;/div&gt;I fell pretty angry about that. I&#039;m not sure what to do yet. I have a 14 day return right and I seriously consider taking that opportunity. On the other hand, all of the issues are software issues. As this is a rather new device, it may very well be that the software is in an early state and issues get resolved soon. My problem is: I don&#039;t know that.&lt;br /&gt;
&lt;br /&gt;
Another thing I&#039;m looking at is &lt;a href=&quot;http://openinkpot.org/&quot;&gt;OpenInkpot&lt;/a&gt;. It&#039;s a free firmware for ebook devices and they are working on support for the N526. However, having talked to the developers it seems that support for the touchscreen/pen is pretty unsure, as the vendor refuses to provide any documentation for that. Also, as this is a volunteers project, it&#039;s not clear if and when proper support will be available.&lt;img src=&quot;http://vg03.met.vgwort.de/na/87b1fd13b73d41f49a3600db60480d59&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt; 
    </content:encoded>

    <pubDate>Tue, 26 Jan 2010 20:49:11 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/728-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ebook</category>
<category>hanvon</category>
<category>n526</category>
<category>openinkpot</category>

</item>
<item>
    <title>BIOS update by extracting HD image from ISO</title>
    <link>http://www.hboeck.de/archives/726-BIOS-update-by-extracting-HD-image-from-ISO.html</link>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/726-BIOS-update-by-extracting-HD-image-from-ISO.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=726</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=726</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    Today I faced an interesting Linux problem that made me learn a couple of things I&#039;d like to share. At first, we found an issue on a Thinkpad X301 notebook that was fixed in a newer BIOS version. So we wanted to do a BIOS update. Lenovo provides BIOS updates either for Windows or as bootable ISO CD-images. But the device had no CD-drive and only Linux installed. First we tried &lt;a href=&quot;http://unetbootin.sourceforge.net/&quot;&gt;unetbootin&lt;/a&gt;, a tool to create bootable USB sticks out of ISO-Images. That didn&#039;t work.&lt;br /&gt;
So I had a deeper look at the ISO. What puzzled me was that when mounting it as a loopback device, there were no files on it. After some research I learned that there are different ways to create bootable CDs and one of them is the El Torito extension. It places an image of a harddisk on the CD, when booting, the image is loaded into memory and an OS can be executed (this probably only works for quite simple OSes like DOS, the Lenovo BIOS Upgrade disk is based on PC-DOS). There&#039;s a small PERL-script called &lt;a href=&quot;http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito&quot;&gt;geteltorito&lt;/a&gt; that is able to extract such images from ISO files.&lt;br /&gt;
It&#039;s possible to boot such harddisk images with grub and &lt;a href=&quot;http://syslinux.zytor.com/wiki/index.php/MEMDISK&quot;&gt;memdisk&lt;/a&gt; (part of syslinux). Install syslinux, place the file memdisk into /boot (found in /usr/lib/syslinux/ or /usr/share/syslinux/) and add something like this to your grub config:&lt;br /&gt;
&lt;div class=&quot;box&quot;&gt;title HD Image&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
kernel /boot/memdisk&lt;br /&gt;
initrd /boot/image.img&lt;/div&gt;&lt;br /&gt;
Or for grub2:&lt;br /&gt;
&lt;div class=&quot;box&quot;&gt;menuentry &quot;HD Image&quot; {&lt;br /&gt;
set root=(hd0,2)&lt;br /&gt;
linux16 /boot/memdisk&lt;br /&gt;
initrd16 /boot/hdimage.img&lt;br /&gt;
}&lt;/div&gt;&lt;br /&gt;
Now you can select bios update in your boot menu and it should boot the BIOS upgrade utility.&lt;br /&gt;
&lt;br /&gt;
(Note that this does not work for all Lenovo BIOS updates, only for those using an El Torito harddisk image - you can mount your iso with &lt;b&gt;mount -o loop [path_to_iso] [mount_path]&lt;/b&gt; to check, if there are any files, this method is not for you) 
    </content:encoded>

    <pubDate>Thu, 14 Jan 2010 21:16:17 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/726-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>bios</category>
<category>eltorito</category>
<category>freesoftware</category>
<category>grub</category>
<category>iso</category>
<category>linux</category>
<category>memdisk</category>
<category>syslinux</category>
<category>thinkpad</category>

</item>
<item>
    <title>Trip to the UK</title>
    <link>http://www.hboeck.de/archives/717-Trip-to-the-UK.html</link>
            <category>Ecology</category>
            <category>English</category>
            <category>Life</category>
            <category>Politics</category>
    
    <comments>http://www.hboeck.de/archives/717-Trip-to-the-UK.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=717</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=717</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    I&#039;m currently in Scottland on a trip through the UK. I&#039;m trying to get some contacts to the much more active environmental movement here. For those who don&#039;t know, the UK has probably the most active climate movement in the world. I just came from a &lt;a href=&quot;http://www.earthfirstgathering.org.uk/&quot;&gt;gathering&lt;/a&gt; in the Lake District and now I want to visit a &lt;a href=&quot;http://coalactionedinburgh.noflag.org.uk/?page_id=415&quot;&gt;protest site against open cast coal mining in Mainshill&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Afterwards I&#039;ll visit the &lt;a href=&quot;http://climatecamp.org.uk/&quot;&gt;Climate Camp&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s quite interesting to see discussions here. The main topics at the moment are the third runway at the heathrow airport (see e. g. &lt;a href=&quot;http://www.planestupid.com/&quot;&gt;Plane Stupid&lt;/a&gt;) and the building of a &lt;a href=&quot;http://www.nonewcoal.org.uk/&quot;&gt;new coal plant in Kingsnorth&lt;/a&gt; (done by the german company e-on). I heared quotes like »we shouldn&#039;t wait till they build the new plant, they&#039;re burning coal every day in the existing ones«, which is a large difference compared to the discussion in germany. 
    </content:encoded>

    <pubDate>Mon, 24 Aug 2009 15:45:46 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/717-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>climate</category>
<category>climatecamp</category>
<category>co2</category>
<category>england</category>
<category>environment</category>
<category>klima</category>
<category>klimaschutz</category>
<category>klimawandel</category>
<category>kohle</category>
<category>kohlekraft</category>
<category>mainshill</category>
<category>scottland</category>
<category>uk</category>
<category>umwelt</category>

</item>
<item>
    <title>LPIC-1</title>
    <link>http://www.hboeck.de/archives/713-LPIC-1.html</link>
            <category>English</category>
            <category>Life</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/713-LPIC-1.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=713</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=713</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:263 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;200&quot; height=&quot;200&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/lpic1.png&quot; alt=&quot;LPIC-1&quot; /&gt;After passing the second exam at the Linuxtag, I&#039;m now officially allowed to call myself LPIC-1. 
    </content:encoded>

    <pubDate>Thu, 09 Jul 2009 10:23:17 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/713-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>linux</category>
<category>lpi</category>
<category>lpic</category>

</item>
<item>
    <title>Looking for router firmware alternatives</title>
    <link>http://www.hboeck.de/archives/710-Looking-for-router-firmware-alternatives.html</link>
            <category>English</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/710-Looking-for-router-firmware-alternatives.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=710</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=710</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    A couple of projects exist for alternative router firmwares. I used to work with Buffalo Routers combined with DD-WRT.&lt;br /&gt;
&lt;br /&gt;
Now DD-WRT became quite unusable for two reasons. First there was a Cross Site Request Forgery reported on bugtraq a while back, where one of the &lt;a href=&quot;http://seclists.org/bugtraq/2008/Dec/0139.html&quot;&gt;DD-WRT developers answered&lt;/a&gt; in a way that clearly showed he doesn&#039;t really understand what CSRF is - so already from a security point of view, DD-WRT seems to be a no-go.&lt;br /&gt;
&lt;br /&gt;
Beside, DD-WRT development more or less is stale at the moment - there are commercial spin-offs and there&#039;s been some controversy if everything they did was compliant to the GPL. Fact is there were no new releases since several months - with open security bugs.&lt;br /&gt;
&lt;br /&gt;
Now I&#039;ve been looking for alternatives. What I&#039;m looking for should be&lt;ul&gt;&lt;li&gt;a ready-to-use router firmware with easy web-interface configuration from the start, not something like OpenWRT&lt;/li&gt;&lt;li&gt;free software&lt;/li&gt;&lt;li&gt;obviously, a project that handles security-reports in a sane way&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
For now, &lt;a href=&quot;http://www.gargoyle-router.com/&quot;&gt;Gargoyle&lt;/a&gt; the only one suitable. It doesn&#039;t officially support my Hardware, but it works anyway. I haven&#039;t looked deeper into it (e. g. didn&#039;t do any security analysis myself), but it seems to do the basic tasks. If you have suggestions of other projects, please leave a comment. 
    </content:encoded>

    <pubDate>Thu, 11 Jun 2009 14:16:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/710-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ddwrt</category>
<category>firmware</category>
<category>freesoftware</category>
<category>gargoyle</category>
<category>router</category>

</item>
<item>
    <title>The return of guybrush threepwood</title>
    <link>http://www.hboeck.de/archives/708-The-return-of-guybrush-threepwood.html</link>
            <category>Computer culture</category>
            <category>English</category>
            <category>Retro Games</category>
    
    <comments>http://www.hboeck.de/archives/708-The-return-of-guybrush-threepwood.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=708</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=708</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:260 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;188&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/monkeyisland-ship.png&quot; alt=&quot;Ship&quot; /&gt;This news sounds sensational for all fans of old adventure video games: A &lt;a href=&quot;http://www.telltalegames.com/monkeyisland&quot;&gt;new episode of Monkey Island&lt;/a&gt; is planned. Ron Gilbert &lt;a href=&quot;http://grumpygamer.com/8280380&quot;&gt;blogged about it&lt;/a&gt; a few days ago.&lt;br /&gt;
&lt;br /&gt;
For those who don&#039;t know, a very short history of the game series. The first two Monkey Island games were already classics when I played them the first time. In super-pixel graphics, but with an ingenious humor. Already with the third part, many fans were sceptical. Graphics got better, but not 3Dish, which was already pretty common at that time. They even made fun of the tendency to bring all games to 3D back then - they had a 3DFX option, but clicking on that only gave you some sarcastic comment. At least I can say that I found Monkey Island 3 (The Curse of Monkey Island) a deserved successor of the series.&lt;br /&gt;
&lt;br /&gt;
With Monkey Island 4 (Escape from Monkey Island), things got much worse - it had 3D graphics (ugly ones in my opinion) and - probably worse - it completely changed the control. All classic adventures were point and click adventures through the famous SCUMM engine (although the control has changed quite a lot over the time). There even was a SCUMM bar in the first game.&lt;br /&gt;
Part 4 had some kind of keyboard control. And the controlling was really bad. So this was the first game in the series I didn&#039;t play till the end.&lt;br /&gt;
&lt;br /&gt;
I&#039;m excited to see how the new game will be. It will be released in episodes, I don&#039;t know if that&#039;s a good idea, but we&#039;ll see. I haven&#039;t found any information about the controls on their webpage.&lt;br /&gt;
&lt;br /&gt;
Maybe it&#039;s worth raising a petition for a Linux version? Seems they don&#039;t intend to plan one, though it might be a good idea, as probably a lot of Linux users are retro gaming fans as well. 
    </content:encoded>

    <pubDate>Tue, 02 Jun 2009 10:53:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/708-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>games</category>
<category>lucasarts</category>
<category>monkeyisland</category>
<category>retrogames</category>
<category>scumm</category>

</item>
<item>
    <title>Gentoo is dangerous for children</title>
    <link>http://www.hboeck.de/archives/705-Gentoo-is-dangerous-for-children.html</link>
            <category>Computer culture</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Politics</category>
    
    <comments>http://www.hboeck.de/archives/705-Gentoo-is-dangerous-for-children.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=705</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=705</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a href=&quot;http://blog.scherbaum.info/2009/05/22/achtung-gentoo-ist-jugendgefahrdend-frei-ab-14/&quot;&gt;Tobias Scherbaum already blogged this&lt;/a&gt;, but only in german, so I&#039;m writing this again for the Planet Gentoo readers.&lt;br /&gt;
&lt;br /&gt;
A german webpage called jugendschutzprogramm.de provides filters for webpages potentially dangerous for children. Now some people noticed that this page considers quite a lot dangerous.&lt;br /&gt;
&lt;br /&gt;
Both gentoo.de and gentoo.org are considered only suitable for people over 14. So if you ever thought about installing Gentoo on the PC of a kid, think again what you might do to that kid.&lt;br /&gt;
&lt;br /&gt;
Beside, my blog is even more dangerous: It&#039;s blocked by default.&lt;br /&gt;
&lt;br /&gt;
The page is supported by a couple of companies providing pornographic content. Interesting enough, it&#039;s also supported by a big german Newspaper (BILD) that regularly has pornographic images on their frontpage. However, their page is considered harmless.&lt;br /&gt;
&lt;br /&gt;
But what&#039;s really frightening is that jugendschutzprogramm.de is part of &lt;a href=&quot;http://en.wikipedia.org/wiki/Internet_Content_Rating_Association&quot;&gt;ICRA&lt;/a&gt;, an international system by big content and internet providers. It&#039;s even supported by the european union.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; Page has XSS, maybe someone wants to play with it?&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;form action=&quot;http://jugendschutzprogramm.de/webmaster/label-generator.php&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
&amp;lt;input name=&quot;URL&quot; value=&#039;&quot;&amp;gt;&amp;lt;script&amp;gt;alert(1)&amp;lt;/script&amp;gt;&#039; type=&quot;text&quot;&amp;gt;&lt;br /&gt;
&amp;lt;input name=&quot;submit&quot; type=&quot;submit&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/i&gt; 
    </content:encoded>

    <pubDate>Sat, 23 May 2009 12:46:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/705-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>censorship</category>
<category>freedomofspeech</category>
<category>gentoo</category>
<category>politics</category>
<category>zensur</category>

</item>
<item>
    <title>Big disappointment Star Trek XI</title>
    <link>http://www.hboeck.de/archives/704-Big-disappointment-Star-Trek-XI.html</link>
            <category>English</category>
            <category>Movies</category>
    
    <comments>http://www.hboeck.de/archives/704-Big-disappointment-Star-Trek-XI.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=704</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=704</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:257 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;445&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/startrek11.jpg&quot; alt=&quot;Star Trek 11 poster&quot; /&gt;Before I start my review about the movie, I&#039;d like to give some preface about my connection to Star Trek. Although I occasionally watched the series for a long time, I really started getting interested at the worst possible moment - shortly after it was announced that the last series »Enterprise« was stopped (although there were &lt;a href=&quot;http://www.petitiononline.com/NX01/petition.html&quot;&gt;petitions&lt;/a&gt; and &lt;a href=&quot;http://www.trekunited.com/community/index.php?showtopic=13665&quot;&gt;rallies&lt;/a&gt; - I just noted a bit too late to take part).&lt;br /&gt;
So with the last series stopped and the last film »Nemesis« being a flop, it was quite unlikely that Star Trek would continue at all in any way. So the only thing left was experiencing the vast majority of past series (which I&#039;d suggest everyone to do - my favorite is Deep Space 9).&lt;br /&gt;
&lt;br /&gt;
So the message that there should be a new film was surprising and promising. Though from the beginning, I was quite sceptical - the concept of a prequel to the original series with new actors for famous roles seemed difficult. It rarely happened in the past that different actors played the same person in the Star Trek universe and it was only the case for side roles (e. g. Ziyal in DS9, Zefram Cochrane in TOS/ST8). But what was even more disturbing was the director J. J. Abrams - with movies like Armageddon I didn&#039;t find him very predestined for this job. But as I read some quite positive reviews, I gave the movie a chance and went to the cinema on the first day.&lt;br /&gt;
&lt;br /&gt;
To give a conclusion: I was absolutely right not to expect much from the film. It is a middle-class Hollywood action movie and has just nothing from the Star Trek spirit I liked so much.&lt;br /&gt;
The no-gos are countless. I mean, product placement is a pity in films any way, but in a Star Trek movie? And have you ever heard a pop song from the 90s in ST? (Oh, you remember that scene from ST4 in the bus? Has the guy inventing that scene with Kirk in the car ever seen that movie?)&lt;br /&gt;
The film introduces lot&#039;s of characters from other ST stories without any relation. Soval (was the name even mentioned?) has just nothing of the person known from TOS/TNG. Those Romulans - they look different, their ships look different, there&#039;s no connection to any previous Romulan story, it just seems like a randomly picked species name. And the old Spock - yeah, every real Trekkie likes to see Leonard Nimoy is still able to play his role. But if you remember the last time Spock appeared in the ST universe - a plot in TNG with an underground resistance movement on Romulus, where Spock stayed - a quite open end - it&#039;s just predestined to continue telling that story. ST11 doesn&#039;t do that.&lt;br /&gt;
Then there&#039;s this thing with the parallel time line - parallel time lines are a common story methodology in Star Trek, so the idea has potential. But it seems it&#039;s just there so there&#039;s no need to stick with the Star Trek story too much - every mistake can just be explained as something happening in the alternative time line. It didn&#039;t really make any sense to me beside that.&lt;br /&gt;
&lt;br /&gt;
Well, maybe the buzz around the movie opens perspectives for new Star Trek material in the future - and hopefully with more talented directors behind the scenes. Till then, I&#039;ll watch some episodes of &lt;a href=&quot;http://www.hiddenfrontier.com/&quot;&gt;Hidden Frontier&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; Only german, but &lt;a href=&quot;http://www.woz.ch/artikel/2009/nr19/kultur/17855.html&quot;&gt;nice review (WOZ)&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sat, 09 May 2009 23:58:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/704-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>cinema</category>
<category>movies</category>
<category>startrek</category>
<category>trekkie</category>

</item>
<item>
    <title>USB hard drives with SMART</title>
    <link>http://www.hboeck.de/archives/703-USB-hard-drives-with-SMART.html</link>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/703-USB-hard-drives-with-SMART.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=703</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=703</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    A common way to check the health state of a hard disk is SMART. It gives various informations about occuring errors. In Linux, there&#039;s the &lt;a href=&quot;http://smartmontools.sourceforge.net/&quot;&gt;smartmontools&lt;/a&gt; package containing tools to read SMART data of hard drives (smartctl -a /dev/[hddevice] gives you a bunch of information).&lt;br /&gt;
&lt;br /&gt;
I found it always frustrating that SMART didn&#039;t work with USB drives. It&#039;s a standard bound to IDE/ATA. Although common USB-drives are internally IDE/SATA, sending the SMART commands to the drive requires proprietary extensions. But now, the smartmontools-developers have included support for some USB drives. It worked with the USB HDs I had available for testing.&lt;br /&gt;
&lt;br /&gt;
There&#039;s no release yet containing the USB-support. If you&#039;re on Gentoo, you can fetch a live-CVS ebuild &lt;a href=&quot;https://svn.hboeck.de/overlay/sys-apps/smartmontools/&quot;&gt;here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 07 May 2009 21:08:18 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/703-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>harddisk</category>
<category>linux</category>
<category>smart</category>
<category>smartmontools</category>
<category>usb</category>

</item>
<item>
    <title>Study research project about session cookies, SSL and session hijacking</title>
    <link>http://www.hboeck.de/archives/681-Study-research-project-about-session-cookies,-SSL-and-session-hijacking.html</link>
            <category>Code</category>
            <category>English</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/681-Study-research-project-about-session-cookies,-SSL-and-session-hijacking.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=681</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=681</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    In the last weeks, I made a study research project at the &lt;a href=&quot;http://iaks-www.ira.uka.de/eiss/&quot;&gt;EISS at the University of Karlsruhe&lt;/a&gt;. The subject was »Session Cookies and SSL«, investigating the problems that arise when  trying to secure a web application with HTTPS and using session cookies.&lt;br /&gt;
&lt;br /&gt;
I already wrote about this in the past, presenting vulnerabilities in various web applications.&lt;br /&gt;
&lt;br /&gt;
One of the notable results is probably that ebay has just no measurements against those issues at all, so it&#039;s pretty trivial to hijack a session (and use that to do bids and even change the address of the hijacked account).&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.hboeck.de/uploads/ssl-cookies.pdf&#039;&gt;Download »Session Cookies and SSL« (PDF, 317 KB)&lt;!-- s9ymdb:243 --&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 13 Jan 2009 23:38:10 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/681-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>http</category>
<category>https</category>
<category>security</category>
<category>ssl</category>
<category>websecurity</category>

</item>
<item>
    <title>Filling the proprietary gaps: Real Video (RV30/RV40) support in ffmpeg</title>
    <link>http://www.hboeck.de/archives/676-Filling-the-proprietary-gaps-Real-Video-RV30RV40-support-in-ffmpeg.html</link>
            <category>Copyright</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
            <category>Movies</category>
    
    <comments>http://www.hboeck.de/archives/676-Filling-the-proprietary-gaps-Real-Video-RV30RV40-support-in-ffmpeg.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=676</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=676</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    The free software projects for media playing did a good job in the past on supporting a wide variety of formats. From the common to many very obscure formats, current versions of the free software mediaplayers were usually able to play them. Today it&#039;s even common to suggest vlc for Windows users if they can&#039;t play unusual media formats.&lt;br /&gt;
&lt;br /&gt;
Though there were a few exceptions, the most notable probably the long-time missing support for many of the Real formats. While these are rarely used today, many archived videos in the Internet still rely on it. For example, many german television stations provide real video files on their webpages.&lt;br /&gt;
&lt;br /&gt;
Recently and without much public notion, ffmpeg first got &lt;a href=&quot;http://multimedia.cx/eggs/baby-got-rv40/&quot;&gt;support for RV40&lt;/a&gt;, some weeks later also for RV30. This fills a long time gap in free software support for video formats. ffmpeg is used by all major free software video players (vlc, xine, mplayer), so you should get the support within some time in all of them. For now, it&#039;s quite easy to &lt;a href=&quot;http://www.mplayerhq.hu/design7/dload.html&quot;&gt;checkout mplayer from subversion and build it on your own&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Want something to try out? Here&#039;s a &lt;a href=&quot;http://desertplanetcom.virtual27.nebula.fi/videos/Desert_Planet_in_Germany_2006.rmvb&quot;&gt;video from Desert Planet&lt;/a&gt; in real format.&lt;br /&gt;
&lt;br /&gt;
The only gap I know of a format that really got usage in the wild and that is not yet supported by free software is WMA3. 
    </content:encoded>

    <pubDate>Thu, 25 Dec 2008 15:38:07 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/676-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>codecs</category>
<category>ffmpeg</category>
<category>freesoftware</category>
<category>realmedia</category>
<category>realvideo</category>
<category>rv30</category>
<category>rv40</category>
<category>video</category>

</item>

</channel>
</rss>