CCC media team

Chaos Computer Club - archive feed

A wide variety of video material distributed by the Chaos Computer Club. This feed contains events older than two years

Author

CCC media team

Category

Technology

Latest episode

Jul 5, 2025

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android almost 10M downloads · 4.8 rating iOS soon

Episodes

Black Hat Locksmithing (SHA2017) Video 06.08.2017

From thieves to prison breaks to secret tools, the murky world of the criminal locksmith is explored. It will not be a practical lesson in theft (sorry). #PhysicalSecurity about this event: https://c3voc.de

Car hacking: getting from A to B with Eve (SHA2017) Video 06.08.2017

Car security is, not surprisingly, a hot topic; after all they are fast and heavy computer controlled machinery that nowadays come with all kinds of internet connectivity. So we decided to have a look at it. In our presentation, we’ll first cover some theory behind the IT-part of car architecture. We’ll discuss attack vectors and their likelihood of success, and then discuss the various vulnerabil...

How an intern hacked the powergrid (SHA2017) Video 06.08.2017

This talk focuses on the thesis assignment of Willem Westerhof. During this thesis it was discovered that a weak spot exists withing the Powergrid, allowing an attacker to perform a distributed attack using PV-installations to cause massive (nation-wide/continental) power outages. #NetworkSecurity #PhysicalSecurity about this event: https://c3voc.de

Energy Harvesting for Smart Autonomous Electronics 2 (SHA2017) Video 06.08.2017

Converting ambient energy into electrical energy to power wireless autonomous devices instead of batteries opens up a variety of opportunities to design electronic systems that last a life time, and don't ever need maintenance. This talk discusses the state of the art in energy harvesting, focusing on light, heat, and vibrations, and elaborating new storage media such as solid state cells and supe...

Commissioning methods for IoT (SHA2017) Video 06.08.2017

Many of the things we use on a daily basis are becoming smart and connected. The Internet of Things (IoT) will improve our lives by helping us reach our fitness goals, reduce resource consumption, increasing productivity, and track and secure our assets. Many embedded developers realize the potential benefits of the IoT and are actively developing various applications, from connected home devices...

Let There be Light (SHA2017) Video 06.08.2017

The talk aims to be an introduction to LED lighting, how to create lighting hardware, what regulations and protocols are involved and how lighting can generally improve human wellbeing. #Society #Making #PhysicalSecurity about this event: https://c3voc.de

(In)discrete Music (SHA2017) Video 06.08.2017

In which we experiment with generative music, based on chaotic systems and cellular automata. Continuous sounds will be made using discrete systems, and discrete sounds will be made using continuous systems. #Making about this event: https://c3voc.de

Cut by the free and open edge (SHA2017) Video 05.08.2017

FLOSS seems to be a natural choice for NGOs and not formalized entities (groups of activists, etc) -- evading vendor lock-in, harder to place a back-door, community support, and no licensing costs. And yet many NGOs continue to use closed-source software, even in areas where FLOSS tools are available and considered stable. Reasons are many; one of them can be tracked to papercuts -- small, annoyin...

Exploiting The North American Railways (SHA2017) Video 05.08.2017

From 2005 to 2010 I spent my time hopping freight trains all over the United States and Canada. With over 250,000km of railways in the U.S and Canada security is a huge task. With so much space to cover there are many opportunities to enter and ride the trains that move along the North American railways. This talk will cover some of the basics of doing so as well as the legal implications of these...

Decentralize! Self-hosting in your own home using Sovereign (SHA2017) Video 05.08.2017

Centralized services enable mass surveillance, control and censorship. Decentralization on the other hand can be laborious. The Sovereign project makes it easy to run your own dirt-cheap dedicated server for mail and many other services. #Making about this event: https://c3voc.de

Olmogo - because it's your data! (SHA2017) Video 05.08.2017

We present “olmogo”, a novel cryptographic, distributed data storage system and end user application that could – within a single platform – replace today’s cloud storage, messaging / chat and social networks with a cryptographically secure alternative in which users can trustfully share their data while the infrastructure itself has no access to the content. #Privacy #NetworkSecurity about this e...

How I made my diesel motorcycle (SHA2017) Video 05.08.2017

I have made several diesel powered motorcycles and this is a simple talk or walk through of all the things I had to consider and things I had to do to complete the project. #Making about this event: https://c3voc.de

Off<>zz Code and Piano Concert (SHA2017) Video 05.08.2017

For SHA2017, Off zz will present a two part music concert of piano and live coding. In the first part, we will present “Code Our Glance”: a 30min musical journey where the audience influences the performance through an interactive web-application. The second part will feature the beta version of the CodeKlavier: a new project in which a pianist is able to code through playing the piano. #Making ab...

The law and leaky abstractions (SHA2017) Video 05.08.2017

In this talk I will show positive and negative examples of how laws can influence the security of infrastructures and society for the good and the bad. Without proper attention for lawmakers, security teams, service providers and security researchers could be positively or negatively influenced in their work. #Legal #Politics about this event: https://c3voc.de

Zanshin Tech: the digital martial art (SHA2017) Video 05.08.2017

What do you get when you cross cybersecurity themes with the mindset and the discipline of martial arts? You get the Zanshin Tech. Zanshin Tech is a digital martial art focusing on the digital aggression and teaching how to use mind and technology to avoid, solve or stop the conflict. Through continuous practice, both youth and adults learn how to identify and manage Cyberbullying, Child enticemen...

Flip Feng Shui (SHA2017) Video 05.08.2017

In 2016, the VUSec system security group from Vrije Universiteit Amsterdam published three top-notch research papers on the topic of Rowhammer exploitation, leading to international media attention and even a prestigious PWNIE award. In this talk, we present key concepts of our research and provide an introduction to Rowhammer exploitation to the public. We describe how attackers can use the Flip...

Data Exploitation (SHA2017) Video 05.08.2017

In the world of the "internet of shit" - where it's not just our computers and phones that gather data about you but also your cars, your pacemaker, the toys you children play with and your fridge among many others - the dramatic growth in data collection has led to a loss of control over data. Who owns the data? How is it processed and collected? And more importantly how is it used to make decisi...

Hands up, don't shoot. Unless with a bodycam. (SHA2017) Video 05.08.2017

Dutch police officially started using bodycams eight years ago – although the oldest sightings of Dutch police officers outfitted with a ‘bobbycam’ date back twenty years. Such camera’s are another tool of surveillance, unless there is a solid policy governing their use. Of course, at the time of writing this summary, this policy is lacking. In this talk I’ll give an overview of the use of bodycam...

Because "use urandom" isn't everything: a deep dive into CSPRNGs in Operating Systems & Programming Languages (SHA2017) Video 05.08.2017

Over the past year multiple people have been engaging language maintainers and designers to change their use of CSPRNGs (mainly relying on user-land RNGs like the one from OpenSSL, and sometimes suggesting "adding entropy" by various means from user-land daemons like haveged). In this short presentation we'll survey the struggle of cryptographers, developers and security engineers to change the pa...

Tor & Configuration Management (SHA2017) Video 05.08.2017

This presentation will explain in detail how the tor network can grow with a minimum of effort. It will also zoom in on the problem of centralisation and how we can evade it and still make the network grow even larger. I'll try to explain to you how you can do this with configuration management. Even the smallest of organisations can use this way to expand the network and to allow us to browse the...

How to develop PyQt software (SHA2017) Video 05.08.2017

Qt meets Python and allow you to create a GUI in few minutes. So we will show how this works while live coding. #Software about this event: https://c3voc.de

The World in 24 Hours Revisited (SHA2017) Video 05.08.2017

In this talk we look at The World in 24 Hours, an early computer network art performance from 1982, which took place between 13 different cities around the world in the messaging system of the computer time-sharing, consulting and services firm IP Sharp. Canadian artist and initiator Robert Adrian wanted to explore the way culture can live in computer networks. The recent interest in saving and re...

Demolish the web with the Firefox Dev Tools! (SHA2017) Video 05.08.2017

Firefox has amazing dev tools that support the last technologies but they can used also with other browser and nodejs. #Software about this event: https://c3voc.de

Lightning talks day 3 (SHA2017) Video 05.08.2017

about this event: https://c3voc.de

Bypassing Secure Boot using Fault Injection (SHA2017) Video 05.08.2017

More and more (secure) embedded systems implement a feature to assure the integrity and confidentiality of all software executed after power-on reset, commonly referred to as secure boot. When not logically flawed, other attack techniques must be used to bypass the provided security. Such an attack technique is fault injection. #DeviceSecurity about this event: https://c3voc.de

Listen to the Chaos Computer Club - archive feed podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.