<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>27C3: We come in peace (2010) on CCC Event Blog</title>
    <link>https://events.ccc.de/en/category/27c3/</link>
    <description>Recent content in 27C3: We come in peace (2010) on CCC Event Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 02 Jan 2011 13:21:28 +0000</lastBuildDate><atom:link href="https://events.ccc.de/en/category/27c3/feed" rel="self" type="application/rss" />
    <item>
      <title>We Came in Peace: Event Recordings Available!</title>
      <link>https://events.ccc.de/en/2011/01/02/we-came-in-peace-event-recordings-available/</link>
      <pubDate>Sun, 02 Jan 2011 13:21:28 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2011/01/02/we-came-in-peace-event-recordings-available/</guid>
      <description>&lt;p&gt;It’s only been a few days since the close of the &lt;a href=&#34;http://events.ccc.de/congress/2010&#34;&gt;27c3&lt;/a&gt;, but much of the conference is &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Documentation&#34;&gt;ready to download&lt;/a&gt;. Credit goes in no small part to the &lt;a href=&#34;http://www.fem.tu-ilmenau.de/&#34;&gt;FEM&lt;/a&gt;, who did a really tremendous job during the conference and continue their hard work getting &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Conference_Recordings&#34;&gt;Official Releases&lt;/a&gt; of the talks ready to go.&lt;/p&gt;
&lt;img class=&#34;alignleft size-full&#34; src=&#34;http://events.ccc.de/congress/2010/uploads/9/9f/Banner-streaming.gif&#34; alt=&#34;&#34; /&gt;
If you enjoyed the streams and the recordings of the talks, consider [supporting their efforts][5] to purchase updated equipment to improve the image quality and transmission path for future events.
&lt;p&gt;Did you really love certain events? Weren’t so excited about others? Let us know! You can leave feedback via the &lt;a href=&#34;https://events.ccc.de/congress/2010/Fahrplan/&#34;&gt;Fahrplan&lt;/a&gt;. Find the events you’d like to leave your thoughts on and click on the green “Give Feedback” link in the lower right hand corner. We use this information to plan future events, so your input is essential.&lt;/p&gt;
&lt;p&gt;Thanks again for a great Congress and we’ll see you at the camp!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3: New Key Recovery Attacks on RC4/WEP, Day 4, 17:15, Saal 2</title>
      <link>https://events.ccc.de/en/2010/12/30/new-key-recovery-attacks-on-rc4wep/</link>
      <pubDate>Thu, 30 Dec 2010 02:36:26 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/30/new-key-recovery-attacks-on-rc4wep/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/44410286@N02/5305487262/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm6.static.flickr.com/5042/5305487262_20657eec88.jpg&#34; alt=&#34;&#34; width=&#34;446&#34; height=&#34;140&#34; /&gt;&lt;/a&gt;The &lt;a href=&#34;http://en.wikipedia.org/wiki/Rc4&#34;&gt;RC4 Stream Cipher&lt;/a&gt; could be the most common stream cipher used on the Internet. RC4 is the only Stream Cipher which is standardized for the &lt;a href=&#34;http://en.wikipedia.org/wiki/Transport_Layer_Security&#34;&gt;SSL/TLS protocol&lt;/a&gt;, it is also used for &lt;a href=&#34;http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy&#34;&gt;WEP&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access&#34;&gt;WPA&lt;/a&gt; protected wireless networks. Initially, RC4 was designed to be a closed source commercial product, with the core algorithm kept secret. In 1994, the source code for RC4 was posted on the internet and the algorithm could be analyzed.&lt;/p&gt;
&lt;p&gt;The first &lt;a href=&#34;http://en.wikipedia.org/wiki/FMS_attack&#34;&gt;attack on RC4 was published by Fluhrer, Mantin, and Shamir in 2001&lt;/a&gt;. The attack is very effective, but can only be used against certain keys starting with a special sequence of bytes, (for example 3, 255…). This worked perfectly well against WEP, which generates a per packet key using a random initialization vector IV, and a static secret key K. K is kept secret and shared among all nodes in the network. IV is public, and transmitted with every packet in clear. The per packet is key simply the IV concatenated with K (IV | K). We would also say, that there is a correlation between the output of RC4 and a part of the key, if certain conditions apply (the per packet key starts with 3, 255 for example). Many more of these correlations where found later and implemented in a WEP attack tool by a person under the pseudonym KoreK, which made key recovery on WEP protected networks much faster.&lt;/p&gt;
&lt;p&gt;The next level of WEP breaking tools &lt;a href=&#34;http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/&#34;&gt;was published in 2007&lt;/a&gt;, when a new correlation was used against WEP. This correlation had been previously been found by Jenkins and Klein independently, but was never used against WEP so far. The correlation was much weaker than the correlations used in previous attack, but needed effectively no additional conditions, so that nearly every packet could be used to assist key recovery.&lt;/p&gt;
&lt;p&gt;Looking at all those previous WEP attacks, one logical idea would be to automate the search for correlations in the RC4 output, which can be used in key recovery attacks. This is exactly the approach taken by Martin Vuagnoux:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In this paper, we present several weaknesses in the stream cipher RC4. First, we present a technique to automatically reveal linear correlations in the PRGA of RC4.&lt;/p&gt;
&lt;p&gt;With this method, 48 new exploitable correlations have been discovered. Then we bind these new biases in the PRGA with known KSA weaknesses to provide practical key recovery attacks. Henceforth, we apply a similar technique on RC4 as a black box, i.e. the secret key words as input and the keystream words as output. Our objective is to exhaustively find linear correlations between these elements. Thanks to this technique, 9 new exploitable correlations have been revealed. Finally, we exploit these weaknesses on RC4 to some practical examples, such as the WEP protocol. We show that these correlations lead to a key recovery attack on WEP with only 9,800 encrypted packets (less than 20 seconds), instead of 24,200 for the best previous attack.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/44410286@N02/5304891977/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm6.static.flickr.com/5161/5304891977_7dddac21b3.jpg&#34; alt=&#34;&#34; width=&#34;446&#34; height=&#34;154&#34; /&gt;&lt;/a&gt;One could ask, why one should still try to improve attacks on RC4/WEP. WEP ca be broken in less than a minute nowadays. The successor protocol to WEP, namely WPA TKIP still uses the RC4 cipher in a very similar mode as WEP does. An improvement on WEP attacks could also help us in breaking WPA. Attacking RC4 in SSL/TLS would also be very interesting: Using RC4 in SSL/TLS is very efficient, because it doesn’t need any padding compared to a block cipher and needs less bandwidth than SSL/TLS using a block cipher does. A good attack on RC4 could render SSL/TLS connections insecure.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Personally, I am very interested in this talk, because I worked on attacking WEP in my diploma thesis and the last generation of WEP attacking tools was one of the results of my diploma thesis. The new attack present here will definitely outperform the last generation of WEP attacks and supersedes my results.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4261.en.html&#34;&gt;See the talk, Day 4, 17:15, Saal 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Autor: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Hackcenter project: Django</title>
      <link>https://events.ccc.de/en/2010/12/29/hackcenter-project-django/</link>
      <pubDate>Wed, 29 Dec 2010 15:47:24 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/29/hackcenter-project-django/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;../../../../wp-content/uploads/2010/12/django-logo.png
&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;../../../../wp-content/uploads/2010/12/django-logo.png
&#34; alt=&#34;&#34; title=&#34;django-logo&#34; width=&#34;180&#34; height=&#34;83&#34; class=&#34;alignleft size-full wp-image-2242&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; is a high-level Python Web Framework that encourages Rapid Development and clean, pragmatic design. It is known for it’s extensive &lt;a href=&#34;http://docs.djangoproject.com/&#34;&gt;documentation&lt;/a&gt;. Django is Open Source Software (BSD license).&lt;/p&gt;
&lt;p&gt;As a Full Stack Framework it gives you the option to define your data models as Python classes and access them via a powerful ORM. The automatic admin interface makes it easy to create and edit the content of your project. Routing based on regular expressions makes pretty and flexible URLs possible. Django comes with it’s own, extensible template language.&lt;/p&gt;
&lt;p&gt;We’re located in the middle of the Hackcenter right beside the pyneo and Moin Moin tables.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Hackcenter project: i3</title>
      <link>https://events.ccc.de/en/2010/12/29/hackcenter-project-i3/</link>
      <pubDate>Wed, 29 Dec 2010 13:28:34 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/29/hackcenter-project-i3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://i3.zekjur.net/&#34;&gt;&lt;img src=&#34;http://i3.zekjur.net/logo.png&#34; style=&#34;float: left; margin-right: 1em&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://i3.zekjur.net/&#34;&gt;i3 is a tiling window manager&lt;/a&gt;, that means it configures your windows to use the whole available screen space. It was written from scratch with focus on clear and well-documented code. Additionally, a lot of documentation like the &lt;a href=&#34;http://i3.zekjur.net/docs/userguide.html&#34;&gt;User’s Guide&lt;/a&gt; or a &lt;a href=&#34;http://i3.zekjur.net/docs/hacking-howto.html&#34;&gt;Hacking Howto&lt;/a&gt; is available. i3 is fast, easy to use and configure, features full unicode and decent multi-monitor support.&lt;/p&gt;
&lt;p&gt;Two of the core developers are traditionally attending the Chaos Communication Congress and are in the hackcenter (the 4-person table in the middle of the hackcenter, watch out for the i3 poster), ready to answer your questions, hack on bugs and cool features and receive club mate along to a nice conversation! :-)&lt;/p&gt;
&lt;p&gt;If you already are an i3 user, take a look at our &lt;a href=&#34;http://i3.zekjur.net/tree/&#34;&gt;preview release of the next major version&lt;/a&gt; and/or ask us for a demo in the hackcenter. Enjoy the 27C3!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3: FrozenCache – Mitigating cold-boot attacks for Full-Disk-Encryption software, Day 3, 23:00, Saal 2</title>
      <link>https://events.ccc.de/en/2010/12/28/frozen-cache/</link>
      <pubDate>Tue, 28 Dec 2010 18:38:05 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/frozen-cache/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/44410286@N02/5293511931/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm6.static.flickr.com/5248/5293511853_e9abb5f22e.jpg&#34; alt=&#34;Cold Boots&#34; width=&#34;300&#34; height=&#34;278&#34; /&gt;&lt;/a&gt;As a general attack against encryption software on a computer, the cold boot attack was presented at 25C3. To encrypt data on a PC, many programs store the encryption key in RAM. The key is usually derived from a password or loaded from the hard disk where it is protected by a password too. The key resists as least as long as the encryption operation take in RAM. For many applications like Full-Disk-Encryption or Email Signatures, it is convenient to keep the key permanently in RAM, once it has been loaded, so that the user doesn’t need to enter his password again and again.&lt;/p&gt;
&lt;p&gt;To protect the key from unauthorized access, computers are locked when the legitimate user is away or the computer has been switched to power-saving-mode. To gain access again, the user needs to type a password or needs to identify himself using a fingerprint reader or any other kind of biometric authorization device. Of course, the key is still in RAM for the whole time.&lt;/p&gt;
&lt;p&gt;Here, the cold boot attack kicks in. At 25C3, it has been shown that RAM chips (DRAMs) can be easily removed from a running PC, Server or Laptop Computer, and their content can be extracted afterward. Even if the device has just been turned off, the content of the RAM fades only slowly away, depending on the exact type of RAM and its temperature. Even if some bits are recovered incorrectly, the correct encryption key can still be found an corrected, because many cryptographic algorithms use a lot of redundancy in they keys (round-keys for AES for example).&lt;/p&gt;
&lt;p&gt;One way to counter the attack could be to store the keys only in the computer cache, instead of RAM. In contrast to the RAM which is a separate device connected to the computers motherboard, the Cache resides on the CPU die, and cannot easily be extracted or read-out. However, caches are hard to control and one needs to make sure that keys are really frozen in the cache and are never written to the RAM:&lt;a href=&#34;http://www.flickr.com/photos/44410286@N02/5293511931/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm6.static.flickr.com/5043/5293511931_a5a2644d79.jpg&#34; alt=&#34;Frozen Cache&#34; width=&#34;300&#34; height=&#34;219&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Cold boot attacks are a major risk for the protection that Full-Disk-Encryption solutions provide. FrozenCache is a general-purpose solution to this attack for x86 based systems that employs a special CPU cache mode known as &amp;#8220;Cache-as-RAM&amp;#8221;. Switching the CPU cache into a special mode forces data to held exclusively in the CPU cache and not to be written to the backing RAM locations, thus safeguarding data from being obtained from RAM by means of cold boot attacks.
  &lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Personally, I am interested in this talk, because it might be a good solution to use secure full-disk encryption software, without always having to shutdown your computer when you leave it unattended.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4018.en.html&#34;&gt;See the talk, Day 3, 23:00, Saal 2!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Autor: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Speaking of: Intercensor – Internet Censorship Game</title>
      <link>https://events.ccc.de/en/2010/12/28/speaking-of-intercensor-internet-censorship-game/</link>
      <pubDate>Tue, 28 Dec 2010 17:52:23 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/speaking-of-intercensor-internet-censorship-game/</guid>
      <description>&lt;p&gt;In the past years there was a lot of discussion about internet censorship. To get an actual impression of how censorship may be implemented and what methods of circumvention are possible, we created the Intercensor Project. Your task is to bring your laptop, connect it to our special switch and choose a challenge to solve. We provide several levels of difficulty and various methods of censorship, so that you can play around with many ways of circumvention.&lt;/p&gt;
&lt;center&gt;
  &lt;img src=&#34;http://www.chaosdorf.de/projekte/zensurbox/froscon10_box.jpg&#34; width=&#34;70%&#34; alt=&#34;&#34; /&gt;
&lt;/center&gt;
&lt;p&gt;We invite you to visit our table at the Hackcenter (in the back, near the elevator), try the game and give us feedback.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Let’s encrypt and authenticate the whole internet.</title>
      <link>https://events.ccc.de/en/2010/12/28/lets-encrypt-and-authenticate-the-whole-internet/</link>
      <pubDate>Tue, 28 Dec 2010 16:51:17 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/lets-encrypt-and-authenticate-the-whole-internet/</guid>
      <description>&lt;p&gt;An average internet user who has to deal with cryptography: big problem. An average programmer who has to secure his protocol with cryptography: a much bigger problem. Practically, because not every programmer cares much about cryptography. Theoretically, because it is sort of a bad design if everyone implements it in their own piece of software.&lt;/p&gt;
&lt;p&gt;Last year, fefe and erdgeist showed impressively how hard it is for a programmer to create a socket, let alone open a connection to another machine on the Internet. Today, as a programmer, you also have to &lt;em&gt;encrypt&lt;/em&gt; your connection; you have to &lt;em&gt;authenticate&lt;/em&gt; your data, so no one can inject anything, and depending on the situation, you have to protect it against replay attacks and perhaps you also want forward secrecy.&lt;/p&gt;
&lt;p&gt;Now imagine you don’t have to deal with any of this at all.&lt;/p&gt;
&lt;p&gt;Cryptographer Dan Bernstein, known for his qmail and dnssec software, his &lt;a href=&#34;http://cr.yp.to/export.html&#34;&gt;fight against software patents&lt;/a&gt; and his entertaining rants such as &lt;a href=&#34;http://cr.yp.to/qmail/venema.html&#34;&gt;&amp;ldquo;Wietse Venema’s Slander&amp;rdquo;&lt;/a&gt; and &lt;a href=&#34;http://cr.yp.to/patents/tarzian.html&#34;&gt;&amp;ldquo;Dear Ms. Tarzian&amp;rdquo;&lt;/a&gt;, will be presenting a new approach to internet security: encrypting and authenticating every single bit of it. An approach not widely considered so far because it involves supposedly slow cryptography. Dan will show an approach that uses high-speed and high-security cryptography.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3: High-speed high-security cryptography: encrypting and authenticating the whole Internet, Day 2, 20:30, Saal 1</title>
      <link>https://events.ccc.de/en/2010/12/28/high-speed-high-security-cryptography-encrypting-and-authenticating-the-whole-internet/</link>
      <pubDate>Tue, 28 Dec 2010 16:19:52 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/high-speed-high-security-cryptography-encrypting-and-authenticating-the-whole-internet/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/22905496@N07/4982593386/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm5.static.flickr.com/4149/4982593386_3152afb91c_m.jpg&#34; alt=&#34;High Speed&#34; width=&#34;240&#34; height=&#34;172&#34; /&gt;&lt;/a&gt;As many of us know, the whole internet should be regarded as an insecure place. At every place where your internet traffic passes by, it can be modified, suppressed or recorded. &lt;a href=&#34;http://cr.yp.to/djb.html&#34;&gt;Daniel J. Bernstein&lt;/a&gt; will show us how you can prevent this from happening:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This talk will present a different approach to high-security Internet cryptography. This approach is easy for users, easy for system administrators, and, perhaps most importantly, easy for programmers. The main reason that the approach has not been tried before is that it seems to involve very slow cryptographic operations; this talk will show that the approach is extremely fast when it is done right.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Personally, I am interested in this talk, because Daniel J. Bernstein is a multi-talent, who works in various areas of cryptographic research, including symmetric and asymmetric schemes. Besides that, he is also an expert in internet security and has written various famous applications as the internet mailer daemon Qmail and the DNS-Server DJBDNS. I think that this talk will be an excellent overview of many security protocols used on the internet and a good entertainment at prime time.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4295.en.html&#34;&gt;See the Talk at Day 2, 20:30, Saal 1!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Autor: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Today at 18:30: The concert in Saal 1.</title>
      <link>https://events.ccc.de/en/2010/12/28/today-at-1830-the-concert-in-saal-1/</link>
      <pubDate>Tue, 28 Dec 2010 15:21:19 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/today-at-1830-the-concert-in-saal-1/</guid>
      <description>&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;https://ssl.hcesperer.org/27c3-piano.jpeg&#34; alt=&#34;Observatory&#34; width=&#34;240&#34; height=&#34;360&#34; /&gt; 
&lt;p&gt;This morning, a concert grand (see photo) was delivered to the stage of Saal one for a special event today: Starting at 18:30 hrs, Corey Cerovsek, Alex Antener and Julien Quentin will be giving a classical concert.&lt;/p&gt;
&lt;p&gt;They will be playing pieces from many different composers, including Lennon, Bernstein (&lt;em&gt;Leonard&lt;/em&gt; probably; Dan Bernstein can be heard one hour later in the same Saal ;-), Mozart, Liszt and Paganini, to name a few. But there’s more:&lt;/p&gt;
&lt;p&gt;In this very concert copyright and public domain issues will be discussed—and a (musical) answer will be given: what would classical music sound like if our modern copyright laws had been in effect two or three centuries ago. Corey, Julien and Alex’s conclusion does not sound very optimistic.&lt;/p&gt;
&lt;p&gt;The concert will also be streamed and recorded and available for download for free. However, no recording can substitute the live experience of a good musical performance, so be there, 18:30, Saal 1!&lt;/p&gt;
&lt;p style=&#34;font-size: 0.8em&#34;&gt;
  Photo courtesy of alech
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3:  Is the SSLiverse a safe place? Day 2, 16:00, Saal 2</title>
      <link>https://events.ccc.de/en/2010/12/28/is-the-ssliverse-a-safe-place/</link>
      <pubDate>Tue, 28 Dec 2010 01:18:50 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/28/is-the-ssliverse-a-safe-place/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Transport_Layer_Security&#34;&gt;SSL/TLS&lt;/a&gt; is the standard when it comes to securing HTTP traffic on the internet. The authenticity of a web server is usually secured using a &lt;a href=&#34;http://en.wikipedia.org/wiki/X.509&#34;&gt;X.509 certificate&lt;/a&gt; digitally signed by a trusted &lt;a href=&#34;http://en.wikipedia.org/wiki/Certificate_authority&#34;&gt;certification authority (CA)&lt;/a&gt;. All major web browsers come with a list of CAs preinstalled they assume as trustworthy. Every website can be signed by any of these CAs, so no web browser would show a warning, if &lt;strong&gt;&lt;a href=&#34;https://www.dod.gov&#34;&gt;www.dod.gov&lt;/a&gt;&lt;/strong&gt; would be signed by a &lt;strong&gt;Chinese certification authority&lt;/strong&gt; or the &lt;strong&gt;Deutsche Telekom&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/arcticpuppy/4366428283/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm5.static.flickr.com/4056/4366428283_4af058ce10_m.jpg&#34; alt=&#34;Observatory&#34; width=&#34;240&#34; height=&#34;160&#34; /&gt;&lt;/a&gt;To examine the usage of X.509 certificates for SSL/TLS, the &lt;a href=&#34;http://www.eff.org/&#34;&gt;EFF&lt;/a&gt; installed a &lt;a href=&#34;http://www.eff.org/observatory&#34;&gt;SSL Observatory&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The SSL observatory is a project to bring more transparency to SSL Certificate Authorities, and help understand who really controls the web’s cryptographic authentication infrastructure. The Observatory is an Electronic Frontier Foundation (EFF) project that began by surveying port 443 of all public IPv4 space. At Defcon 2010, we reported the initial findings of the SSL Observatory. That included thousands of valid ‘localhost’ certificates, certificates with weak keys, CA certs sharing keys and with suspicious expiration dates, and the fact that there are approximately 650 organizations that can sign a certificate for any domain that will be trusted by modern desktop browsers, including some that you might regard as untrustworthy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I am looking forward to see some obscure SSL/TLS setups here. For example, SSL/TLS doens’t require the server to present a certificate, connections where no certificate at all are also supported, which only provide security against an passive eavesdropper. Also, the usage of encryption is an optional feature in SSL/TLS, so that both parties may send their traffic in clear, and use SSL/TLS only to prevent unauthorized modification of the data or to prove authenticity of the server. Also, the key in a certificate doesn’t need to be an RSA key, instead some public Diffie-Hellmann parameters or a DSA key might be embedded there too.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/voxpelli/2954947277/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm4.static.flickr.com/3242/2954947277_e24a070960_m.jpg&#34; alt=&#34;Netscape Navigator&#34; width=&#34;240&#34; height=&#34;180&#34; /&gt;&lt;/a&gt;For those of you who would like to know why it is called SSL/TLS: SSL 1.0 was created by Netscape to secure HTTP traffic, but the standard was never released to the public. &lt;a href=&#34;http://www.mozilla.org/projects/security/pki/nss/ssl/draft02.html&#34;&gt;SSL 2.0&lt;/a&gt; was the first version of SSL released to the public and implemented in the Netscape Browser. &lt;a href=&#34;http://www.mozilla.org/projects/security/pki/nss/ssl/draft302.txt&#34;&gt;SSL 3.0&lt;/a&gt; was the last version of SSL created by Netscape, before the IETF took over development. &lt;a href=&#34;http://www.ietf.org/rfc/rfc2246.txt&#34;&gt;TLS 1.0&lt;/a&gt; was the first version of SSL released by the IETF, which technically still carriers a version number 3.1 in the protocol header. While there are big differences between SSL 2.0 and SSL 3.0, the differences between SSL 3.0 and TLS 1.0 are only minor. The current version of TLS is &lt;a href=&#34;http://www.ietf.org/rfc/rfc5246.txt&#34;&gt;version 1.2&lt;/a&gt; (which still carries a version number 3.3 in the protocol header), which contains some security fixes and improvements over TLS 1.0. So we usually say SSL/TLS, when we refer to the SSL or TLS protocol, but not to a particular version of the protocol.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Personally, I am interested in this talk because I conducted a small SSL X.509 survey by myself back in 2007, when I implemented a TLS 1.0 stack in Java for the J2ME platform. Nowadays, this stack is included in the bouncycastle project, a Java cryptography provider, and can be run on J2ME as well as on J2SE or J2EE.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4121.en.html&#34;&gt;See the talk at Day2, 16:00 Saal 2!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Autor: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Update on Hash Tags for Peace Missions</title>
      <link>https://events.ccc.de/en/2010/12/27/update-on-hash-tags-for-peace-missions/</link>
      <pubDate>Mon, 27 Dec 2010 13:09:13 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/27/update-on-hash-tags-for-peace-missions/</guid>
      <description>&lt;p&gt;To relay a question to the Mission Angels in each talk, use the following Twitter hash tags &lt;strong&gt;without&lt;/strong&gt; dashes:&lt;/p&gt;
&lt;p&gt;#27c3Saal1&lt;br&gt;
#27c3Saal2&lt;br&gt;
#27c3Saal3&lt;/p&gt;
&lt;p&gt;If you’d like to help, you can sign yourself up for Mission Angel shifts in the Engelsystem. Be sure to check in at the Angel Heaven on the C level for your briefing sheet.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3: Die gesamte Technik ist sicher, Day 1, 21:45, Saal 1</title>
      <link>https://events.ccc.de/en/2010/12/27/die-gesamte-technik-ist-sicher/</link>
      <pubDate>Mon, 27 Dec 2010 12:09:09 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/27/die-gesamte-technik-ist-sicher/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/44410286@N02/5295962507/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm6.static.flickr.com/5045/5295962507_55c7360f1f_m.jpg&#34; alt=&#34;NPA&#34; width=&#34;240&#34; height=&#34;152&#34; /&gt;&lt;/a&gt;The new national id card &lt;a href=&#34;http://de.wikipedia.org/wiki/Personalausweis_%28Deutschland%29&#34;&gt;Neuer Personalausweis (NPA)&lt;/a&gt; was one of the biggest IT projects in the German government in the last years. Compared to the old id card, the new id card is a RFID smart card, which can also be used on the internet to prove your identify to a remote party (Ebay, Paypal, or Amazon for example) and to sign binding contracts. For example, you can use the card to buy a new house or car, or open up a bank account or apply for a credit.&lt;/p&gt;
&lt;p&gt;When using the card over the internet, the card is connected to a reader, which is connected to a (potentially insecure) PC, which is connected to the internet. To use the card, the user needs to enter his PIN code to prove possession of the card and knowledge of the PIN. If the PIN is entered on an insecure device as the PC, it might be recorded by an attacker and used by him later.&lt;/p&gt;
&lt;p&gt;Frank Morgner and Dominik Oepe examined the various attack scenarios on the NPA, which could be possible, depending on the used reader for the NPA:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Wir untersuchen die Machbarkeit und Auswirkung von Relay-Angriffen in Hinblick auf die verschiedenen Lesegeräteklassen und Anwendungsszenarien des neuen Personalausweises. Nach dem derzeitigen Stand der Spezifikationen lassen sich solche Angriffe kaum verhindern. Einige der Probleme erweisen sich als unlösbar, für andere existieren Lösungsansätze, welche von simpel, aber unzureichend bis komplex, aber kaum umsetzbar reichen.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Personally, I am interested in this talk, because it might show us some nice attack scenarios on the NPA, which are hard to counter, without buying very expensive readers. A lot of low-cost readers have just been distributed by a well known computer magazine in Germany, so that we can assume that a lot of people will be using their NPA with a highly insecure reader.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4297.en.html&#34;&gt;See the talk at Day 1, 21:45, Saal 1!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Autor: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mission Angels: How to Connect to the 27c3</title>
      <link>https://events.ccc.de/en/2010/12/27/mission-angels-how-to-connect-to-the-27c3/</link>
      <pubDate>Mon, 27 Dec 2010 04:56:47 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/27/mission-angels-how-to-connect-to-the-27c3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/schwarzbrot/5294892396/&#34; title=&#34;Day0 - II by anders_hh, on Flickr&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm6.static.flickr.com/5168/5294892396_99d5f2d34d_z.jpg&#34; width=&#34;428&#34; height=&#34;640&#34; alt=&#34;Day0 - II&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks to the &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Heralds#Mission_Angels&#34;&gt;Mission Angels&lt;/a&gt;, you’ll be able to interact with the talks going on at the 27c3 and more! While you watch the streams from one of many &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Peace_Missions&#34;&gt;Peace Missions&lt;/a&gt; throughout the world, Mission Angels will be monitoring IRC and Twitter for questions to be asked in selected events during the 27c3.&lt;/p&gt;
&lt;p&gt;To ask a question in a session on IRC join #27c3-Saal-1, #27c3-Saal-2, #27c3-Saal-3 on &lt;a href=&#34;http://freenode.net/&#34;&gt;Freenode&lt;/a&gt; or use the corresponding terms as a &lt;a href=&#34;http://support.twitter.com/entries/49309-what-are-hashtags-symbols&#34;&gt;Twitter hashtag&lt;/a&gt; to put your question to the session.&lt;/p&gt;
&lt;p&gt;If you’re in a Peace Mission, you can even sign up to give a &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Lightning_Talks#News_and_Updates&#34;&gt;Lightning Talk&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/Peace_Missions#How_to_Communicate_with_the_27c3&#34;&gt;Peace Missions&lt;/a&gt; entry on the 27c3 wiki for more information. We’ll be updating the entry as we add more communications methods. If you’re at the bcc, consider volunteering to be a Mission Angel!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Photo by &lt;a href=&#34;http://www.flickr.com/photos/schwarzbrot/&#34;&gt;anders_hh&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto Talk at 27C3: Automatic Identification of Cryptographic Primitives in Software, Day1, 16:00, Saal 3</title>
      <link>https://events.ccc.de/en/2010/12/27/automatic-identification-of-cryptographic-primitives-in-software/</link>
      <pubDate>Mon, 27 Dec 2010 01:31:51 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/27/automatic-identification-of-cryptographic-primitives-in-software/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/pagedooley/2422430207/&#34;&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://farm3.static.flickr.com/2371/2422430207_01b2dcba11_m.jpg&#34; alt=&#34;Fingerprint&#34; width=&#34;240&#34; height=&#34;180&#34; /&gt;&lt;/a&gt;Many applications, including closed source applications like malware or DRM-enabled multimedia players (you might consider them as malware too) use cryptography. When analyzing these applications, a first step is the identification and localization of the cryptographic building blocks (cryptographic primitives, for example &lt;a href=&#34;http://en.wikipedia.org/wiki/Advanced_Encryption_Standard&#34;&gt;AES&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Data_Encryption_Standard&#34;&gt;DES&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/RSA&#34;&gt;RSA&lt;/a&gt;…) in the applications. When these blocks have been localized, the input and output of the cryptographic primitives and the key management can be observed and the application can be analyzed further. Fortunately, many cryptographic algorithms use special constants or have a typical fingerprint  and there are only a few different public implementations of the algorithm. This allows us to automate this first, &lt;a href=&#34;http://groebert.org/felix/&#34;&gt;Felix Gröbert&lt;/a&gt; will show us how:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Using dynamic binary instrumentation, we record instructions of a program during runtime and create a fine-grained trace. We implement a trace analysis tool, which also provides methods to reconstruct high-level information from a trace, for example control flow graphs or loops, to detect cryptographic algorithms and their parameters.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Dynamic_program_analysis&#34;&gt;Trace driven/dynamic analysis&lt;/a&gt; has some advantages of &lt;a href=&#34;http://en.wikipedia.org/wiki/Static_code_analysis&#34;&gt;static analysis&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Because the program is analyzed at runtime, it is immediately known which parts of the code are used at which time, so that they might be correlated with runtime decryption of the code or with network communication.&lt;/li&gt;
&lt;li&gt;Inputs and outputs of the primitives as well as the keys are recorded, even if the originate from a remote server or botnet. This allows us to immediately distinguish between long term keys and session keys, if multiple executions of the same program can be recorded.&lt;/li&gt;
&lt;li&gt;This is also highly interesting if private keys are included in an obfuscated binary, for example private RSA keys.&lt;/li&gt;
&lt;li&gt;Dead or unused code is automatically excluded, so that one can proceed with the main parts of the code first.&lt;/li&gt;
&lt;li&gt;If additional code is loaded from a server, it is included in the analysis. This would be hard to impossible using static analysis.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; class=&#34;alignright&#34; src=&#34;http://events.ccc.de/congress/2010/Fahrplan/images/event-4160-128x128.png&#34; alt=&#34;Analysis&#34; width=&#34;128&#34; height=&#34;128&#34; /&gt; Of course, trace driven analysis has it disadvantages, for example if a malware needs to communicate with a command-and-control server, which has already been taken down or behaves differently on different systems or at different times.__&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Personally, I am interested in this talk because it might make ease up the analysis of closed source applications using cryptography. Even if the application, the DRM scheme, or the cryptographic primitive has no special weaknesses or bugs, just he recording of every input and output of all cryptographic building blocks in the application might be sufficient to extract a DRM free version of DRM protected digital content. Please also note that even if an application uses only well analyzed cryptographic primitives as AES and RSA, it might still be insecure, if these primitives are used in the wrong way.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://events.ccc.de/congress/2010/Fahrplan/events/4160.en.html&#34;&gt;See the talk at Day 1, 16:00, Saal 3!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Author: Erik Tews&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Day 0 Dinner Meetup!</title>
      <link>https://events.ccc.de/en/2010/12/26/day-0-dinner-meetup/</link>
      <pubDate>Sun, 26 Dec 2010 10:07:38 +0000</pubDate>
      
      <guid isPermaLink="false">/en/2010/12/26/day-0-dinner-meetup/</guid>
      <description>&lt;img loading=&#34;lazy&#34; src=&#34;http://farm6.static.flickr.com/5205/5292910704_97465ba4a6.jpg&#34; alt=&#34;&#34; width=&#34;445&#34; height=&#34;334&#34; /&gt;
&lt;p&gt;&lt;strong&gt;Who:&lt;/strong&gt; You! And lots of Hackers in Berlin!&lt;br&gt;
&lt;strong&gt;What:&lt;/strong&gt; Day 0 Dinner Meetup&lt;br&gt;
&lt;strong&gt;When:&lt;/strong&gt; Today! (26 Dec.) 6pm-11pm (18-23h)&lt;br&gt;
&lt;strong&gt;Where:&lt;/strong&gt; Vapiano Berlin 3 — &lt;a href=&#34;http://tinyurl.com/berlin-vapiano3-google-maps&#34;&gt;Mittelstrasse 51, 10117 Berlin&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Why:&lt;/strong&gt; Interesting conversation, good food and great people!&lt;br&gt;
&lt;strong&gt;How:&lt;/strong&gt; &lt;a href=&#34;http://doodle.com/wn29vmd5h8hrgnn8&#34;&gt;Register Here!&lt;/a&gt; (Registration requested, not required)&lt;/p&gt;
&lt;p&gt;Following the success of &lt;a href=&#34;../../../../en/2009/12/25/26c3-dec26-dinner/&#34;&gt;last year’s meetup&lt;/a&gt;, we’ve arranged another relaxing dinner to celebrate the start of the 27c3 and the other events happening in Berlin between Christmas and New Year’s.  Whatever your plans for the 27th on, stop by tonight for some nice food and great company! Vapiano has dishes for all budgets and dietary restrictions and we’ll have a spot to ourselves at the venue.&lt;/p&gt;
&lt;p&gt;For more information, see the &lt;a href=&#34;http://events.ccc.de/congress/2010/wiki/SideEvents&#34;&gt;Side Events Wiki Page&lt;/a&gt; or call +49-179-3966141&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
