<?xml version='1.0' encoding='utf-8' ?>
<iCalendar xmlns:pentabarf='http://pentabarf.org' xmlns:xCal='urn:ietf:params:xml:ns:xcal'>
    <vcalendar>
        <version>2.0</version>
        <prodid>-//Pentabarf//Schedule//EN</prodid>
        <x-wr-caldesc></x-wr-caldesc>
        <x-wr-calname></x-wr-calname>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BCXV3C@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BCXV3C</pentabarf:event-slug>
            <pentabarf:title>ToorCamp Movie Night: Annihilation (2018)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260624T200000</dtstart>
            <dtend>20260624T220000</dtend>
            <duration>020000</duration>
            <summary>ToorCamp Movie Night: Annihilation (2018)</summary>
            <description>The story follows a group of scientists who enter the Shimmer, a mysterious quarantined zone of mutating plants and animals caused by an alien presence.

https://www.imdb.com/title/tt2798920/</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BCXV3C/</url>
            <location>Prime Dome</location>
            
            <attendee>Carlos De Leon</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>YHQ37L@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-YHQ37L</pentabarf:event-slug>
            <pentabarf:title>Fiber Splicing Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260624T133000</dtstart>
            <dtend>20260624T143000</dtend>
            <duration>010000</duration>
            <summary>Fiber Splicing Workshop</summary>
            <description>Caleb a technician for the local island ISP (Rockisland) will give a hands-on introduction to fiber optic splicing, covering the tools, techniques, and best practices used to create low-loss, reliable fiber connections. Participants will learn the basics of fiber preparation, fusion splicing, inspection, and testing through practical demonstrations and guided practice.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/YHQ37L/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Caleb Pal</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>T7LN8M@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-T7LN8M</pentabarf:event-slug>
            <pentabarf:title>Opening Remarks</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T103000</dtstart>
            <dtend>20260625T105000</dtend>
            <duration>002000</duration>
            <summary>Opening Remarks</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/T7LN8M/</url>
            <location>Prime Dome</location>
            
            <attendee>David Hulton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>EVVKG7@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-EVVKG7</pentabarf:event-slug>
            <pentabarf:title>Breaking the ICE: The Surveillance Stack Behind Your Sheriff’s “Community” App</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T110000</dtstart>
            <dtend>20260625T115000</dtend>
            <duration>005000</duration>
            <summary>Breaking the ICE: The Surveillance Stack Behind Your Sheriff’s “Community” App</summary>
            <description>In February 2026, my friend was picked up by Sheriffs in Nevada on a traffic violation. He was placed on an ICE hold, released, then arrested in the parking lot by ICE agents and handed back to the sheriffs, who held him off the record. He disappeared for three days. No one could find him in any system.

I had a standing promise: if he was ever detained, I’d get him out, but I had to find him first. So I built the first version of a jail roster monitor that Sunday morning. It was simple: poll the 2 nearby County sheriff’s app APIs and 2 other nearby county web APIs, match against his name, alert our Signal group. Monday morning it found him. They had finally re-registered him into the system on an ICE hold. This is ICE&#x27;s 287(g) program at work: local sheriffs operating as ICE’s distributed detention infrastructure.

Then he was transferred to a multi-agency detention center in Washoe County, mixed into general population on an ICE hold. He disappeared from the Douglas County system but never appeared in Washoe’s. Gone again. While looking for other ways to find him, I looked into VINELink, a self-styled national victim notification system, and discovered it’s operated by Appriss Inc., a subsidiary of Equifax since 2020. Later, when I audited the sheriff’s apps, I found VINE integration baked directly into the app platform: the apps are silently routing inmate search data to Equifax’s infrastructure whether the user knows it or not. Nevada had terminated their own VINE agreement in August 2025 and replaced it with SAVE (save.nv.gov), so I built a scanner for that instead. But the bigger realization shaped everything that followed: the data aggregators aren’t the source. The source is better. Harder to maintain, but better. Every layer between you and the data is another entity logging your query. So we went direct: raw sheriff APIs, raw booking systems, raw state databases.

I saw a clear pattern: the app that Douglas County uses, OCV, aka “TheSheriffApp”, is the same platform serving hundreds of agencies. I used Claude to scale the monitor across Nevada and California the next day. Within a week it covered 55 sources across 9 states. Then I started auditing the apps themselves.

**What I found inside**

I reverse-engineered 8 OCV sheriff apps across Texas, Florida, Georgia, and Nevada. Every one shares the same backend, the same hardcoded API keys, the same analytics infrastructure. Independent county branding over a single private company’s servers. The findings:

- 8/8 ship Firebase Analytics, Google AdMob with persistent advertising ID, and GPS location services; three independent tracking pipelines in a “community safety” app
- 8/8 request fine GPS location, phone state, and contacts access. One requests SMS read/send, microphone, and call log interception
- TagAlong: continuous GPS surveillance that uploads point-by-point coordinates to OCV’s servers; not the county’s. The code tracks “UserView” objects through “Trip” sessions in real time. This is person tracking, not asset management
- Appriss VINE integration embedded in the apps themselves: OCV routes inmate search data through vine.prod3.myocv.com to Appriss Inc., an Equifax subsidiary. Users of these “community” sheriff apps are unknowingly feeding query data to a credit bureau; this isn’t a service you opt into, it’s baked into the platform
- All 8 apps share the same AWS Cognito identity pool and the same hardcoded YouTube API key — a single backend operating behind the branding of independent county sheriffs
- 52 hardcoded secrets extracted across 8 apps; API keys, AWS credentials, Firebase project IDs, all sitting in the bytecode

The combination is the point: fine GPS + advertising ID + Equifax-owned search logging means that the act of looking for your loved one creates a location-tagged, ad-network-linked record at a credit bureau.

I discovered over 1,000 agencies signed up for 287(g) agreements with ICE, 137 operating under the jail enforcement model. I added this data plus ICE detention facility locations to a [coverage map](https://frio.help/map). 

**What I built instead**

[Frio](https://frio.help/) monitors the same data sources with a zero-knowledge architecture: the operator cannot read the queries, cannot see who is searching, and cannot access the results. I’ll walk through the design — NaCl sealed-box encryption, content-addressed memory shards with time-based decay, and the Spiritwriter agent governance framework that delegates work to untrusted agents with cryptographic accountability. The search service is live and free.

I’ll close with where this is going: Percival (camouflage nodes disguised as local news sites), distributed contributor networks where even adversarial participants are forced to contribute real value, and the tension between zero-knowledge design and the aggregate intelligence needed to measure the scope of illegal detention nationally.

**What the audience takes away**

- How a real surveillance stack works at the bytecode level — and how one person audited 8 apps in parallel using AI agents
- The zero-knowledge architecture patterns behind Frio and Spiritwriter (Frio&#x27;s back-end memory architecture will be open sourced)
- A framework for thinking about when the act of searching is itself the threat model
- How the 287(g) program turns county sheriffs into ICE’s distributed detention infrastructure, and what the technical countermeasures look like</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/EVVKG7/</url>
            <location>Prime Dome</location>
            
            <attendee>Aaron Markham</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>SATVGJ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-SATVGJ</pentabarf:event-slug>
            <pentabarf:title>The Telephone Underground</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T120000</dtstart>
            <dtend>20260625T125000</dtend>
            <duration>005000</duration>
            <summary>The Telephone Underground</summary>
            <description>Talk by J. B. Crawford, author of Computers Are Bad (https://computer.rip). I hope to leverage the increasing interest in telecommunications history to bring attention to the enduring impact that underground and pole-line long distance leads have had on our nation. We&#x27;ll also look at specific details of the multiplexing and protection systems, from which we can learn some lessons about reliable communications infrastructure today.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/SATVGJ/</url>
            <location>Prime Dome</location>
            
            <attendee>J. B. Crawford</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>WCKANP@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-WCKANP</pentabarf:event-slug>
            <pentabarf:title>The Dinosaur in the Room: Mainframe Hacking in 2026</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T130000</dtstart>
            <dtend>20260625T135000</dtend>
            <duration>005000</duration>
            <summary>The Dinosaur in the Room: Mainframe Hacking in 2026</summary>
            <description>Do you want to learn about security testing mainframes? This talk is for you. Are you mainframe curious? This will be a good intro to common things that are identified when doing Mainframe testing. There will also be a rant about CVEs, or that lack thereof in the z/OS world. Look, mainframes aren&#x27;t going away, and the number of people who can secure them is shrinking, its time for like minded people to rise up and help keep this critical platform safe.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/WCKANP/</url>
            <location>Prime Dome</location>
            
            <attendee>David M. N. Bryan - Aka VideoMan</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>MES9MQ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-MES9MQ</pentabarf:event-slug>
            <pentabarf:title>Environmental DNA in Near-Real Time</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T140000</dtstart>
            <dtend>20260625T145000</dtend>
            <duration>005000</duration>
            <summary>Environmental DNA in Near-Real Time</summary>
            <description>Scientists from the University of Washington&#x27;s eDNA Collaborative work to move environmental DNA analysis out of the lab and into the field. Here, we are working to do this without a lab and without a net. There are lots of interesting engineering and computational problems to be solved, and we welcome all suggestions (or any help!) as we work to crack this field wide open and show everyone that they are surrounded by an ocean of DNA.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/MES9MQ/</url>
            <location>Prime Dome</location>
            
            <attendee>Ryan Kelly</attendee>
            
            <attendee>Aden Ip</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>YED9CM@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-YED9CM</pentabarf:event-slug>
            <pentabarf:title>Always Bee Counting</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T150000</dtstart>
            <dtend>20260625T152000</dtend>
            <duration>002000</duration>
            <summary>Always Bee Counting</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/YED9CM/</url>
            <location>Prime Dome</location>
            
            <attendee>Benjamin Foote</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BUVLFU@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BUVLFU</pentabarf:event-slug>
            <pentabarf:title>WHAT IF WE ACTUALLY TRIED? Renovating the Ethical Foundation of Democracy</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T153000</dtstart>
            <dtend>20260625T155000</dtend>
            <duration>002000</duration>
            <summary>WHAT IF WE ACTUALLY TRIED? Renovating the Ethical Foundation of Democracy</summary>
            <description>A systems engineer who grew up poor and got rich argues that democracy isn&#x27;t failing because people are broken — it&#x27;s failing because the machinery is. The book diagnoses a specific, measurable information-theoretic failure (political parties compress a fourteen-dimensional policy space into a two-option menu), proposes a concrete alternative (a deliberation layer where citizens express their actual views, paired with a cryptographic identity system that makes honest participation safe), and makes the case that dissatisfaction with the current system has converged so broadly — across communities that consider each other enemies — that the conditions for structural reform exist for the first time in decades.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BUVLFU/</url>
            <location>Prime Dome</location>
            
            <attendee>Alex Cruise</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>E7HBMS@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-E7HBMS</pentabarf:event-slug>
            <pentabarf:title>A Better Life Underground</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T160000</dtstart>
            <dtend>20260625T162000</dtend>
            <duration>002000</duration>
            <summary>A Better Life Underground</summary>
            <description>This talk will roughly cover:
1. How I got into this &amp; identifying signs of burnout
2. How to do this safely, real-world risks &amp; essential gear
3. My research process for identifying mines incl data sources
4. The mine exploring communities I&#x27;ve discovered incl one with hacker
friends in it, and the wild people I&#x27;ve made connections with through
these communities 
5. How taking explosives training lead to an opportunity to connect
with another hacker also into this hobby and assist with disposal of
hundreds of sticks of old/unstable dynamite
6. Misc stories and unique content: detailed underground maps of select mines made by a friend, cool historical artifacts found incl 100 year old newspapers &amp; miner&#x27;s art drawn with carbide lamps, crazy crystal formations stumbled on, etc</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/E7HBMS/</url>
            <location>Prime Dome</location>
            
            <attendee>polack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BFUU9K@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BFUU9K</pentabarf:event-slug>
            <pentabarf:title>Yes, an electric unicycle is the most practical way to get around: a love letter and an incident report</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T163000</dtstart>
            <dtend>20260625T165000</dtend>
            <duration>002000</duration>
            <summary>Yes, an electric unicycle is the most practical way to get around: a love letter and an incident report</summary>
            <description>I&#x27;ve been riding EUCs as primary transport for a couple years. It comes inside with me. The grocery store, the bar, the office, the bus, the train. Which means I&#x27;ve never circled the block for parking, never locked anything to a rack, never registered the vehicle with anyone, and never been doored by a car (yet). I&#x27;m here to convince you it&#x27;s the most practical personal vehicle ever built.

Then I&#x27;ll spend the rest of the talk undermining my own argument: firmware you flash at your own risk, BMS protection circuits and the manufacturers who decided to skip them, the lithium fire math (it&#x27;s fine, it&#x27;s fine, it&#x27;s mostly fine), why controller tuning matters more than motor size, the telemetry ecosystem, what &quot;cut-out&quot; means and exactly how I learned it (badly, at speed, with my face), the ER visit, the months of physical therapy, the couple of teeth that are no longer original equipment, the insurance question, and the small global community of people who looked at all of that and decided this is still a normal way to live.

Live demo all week. I&#x27;m the one going up the Doe Bay hill without pedaling, wearing more protective gear than seems strictly necessary, for reasons you can probably guess by now.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BFUU9K/</url>
            <location>Prime Dome</location>
            
            <attendee>Dustin</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>8KCDJS@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-8KCDJS</pentabarf:event-slug>
            <pentabarf:title>What&#x27;s after LoRA?</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T170000</dtstart>
            <dtend>20260625T172000</dtend>
            <duration>002000</duration>
            <summary>What&#x27;s after LoRA?</summary>
            <description>LoRA is a spread-spectrum protocol, designed for use in negative signal-to-noise ratio applications and in environments with other intentional radiators.  While very low data rate, it&#x27;s impressive just how much LoRA can cut through to deliver the message.  Because LoRA targets inexpensive transceiver chips, compromises had to be made with the protocol.  But, what if we didn&#x27;t have that restriction?  What if we had some more umph behind it.  Could we more effectively hide the LoRA signals, allow signals to be received even when collisions happen with more powerful stations?  We will discuss what other people are doing in this space with curved chirps, and mixing in frequency hopping as well as a number of other approaches that can solve problems you probably didn&#x27;t even know LoRA has!</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/8KCDJS/</url>
            <location>Prime Dome</location>
            
            <attendee>CNLohr</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>LZFP7G@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-LZFP7G</pentabarf:event-slug>
            <pentabarf:title>Hacker Foundation Hijinks</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T173000</dtstart>
            <dtend>20260625T175000</dtend>
            <duration>002000</duration>
            <summary>Hacker Foundation Hijinks</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/LZFP7G/</url>
            <location>Prime Dome</location>
            
            <attendee>Dean Pierce</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>EQMRXH@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-EQMRXH</pentabarf:event-slug>
            <pentabarf:title>Building a Kids-only Phone Network</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T180000</dtstart>
            <dtend>20260625T182000</dtend>
            <duration>002000</duration>
            <summary>Building a Kids-only Phone Network</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/EQMRXH/</url>
            <location>Prime Dome</location>
            
            <attendee>n3wscott</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9DAJWJ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9DAJWJ</pentabarf:event-slug>
            <pentabarf:title>Free! American Red Cross Adult CPR/AED training (+first aid option)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T110000</dtstart>
            <dtend>20260625T123000</dtend>
            <duration>013000</duration>
            <summary>Free! American Red Cross Adult CPR/AED training (+first aid option)</summary>
            <description>Karmic Project will be offering free training and certification with the Adult CPR/AED course by the American Red Cross.  Advanced registration is helpful for ensuring the proper amount of training supplies but not required.  Registration at: https://tally.so/r/RGk45Q

If you wish to get your first aid certification or renew your existing certification, you can take the blended online course and complete the training at the end of the CPR/AED course. Registration *is required* for the first aid certification so that we can send you the voucher to access the online portion of the course *prior* to arrival for the in-person skills test. If you do not complete the online portion we will not be able to issue the first aid certification, but you still can earn the Adult CPR/AED certification.

Karmic Project (501c3 non-profit organization) will be sponsoring and covering the costs the certifications ($50/student). Those that wish to donate to help cover the costs and supplies can do so at https://www.karmicproject.org and all donations are tax-deductible.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/9DAJWJ/</url>
            <location>Yoga Studio</location>
            
            <attendee>Sova (no pronouns / name only preferred)</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>WJPJYT@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-WJPJYT</pentabarf:event-slug>
            <pentabarf:title>Breaking the ICE: Hands-On — Tear Down a Sheriff&#x27;s App, Build the Replacement</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T160000</dtstart>
            <dtend>20260625T173000</dtend>
            <duration>013000</duration>
            <summary>Breaking the ICE: Hands-On — Tear Down a Sheriff&#x27;s App, Build the Replacement</summary>
            <description>This workshop stands on its own, but pairs with my talk submission covering the surveillance findings that motivated this architecture. The short version: I reverse-engineered the sheriff&#x27;s apps that families are told to install to check on detained loved ones and found GPS surveillance, ad tracking, and inmate searches routed to a credit bureau. This workshop is the constructive response: you&#x27;ll build the kind of system that should exist instead.

What you&#x27;ll build:

1. **Keypair generation:** NaCl sealed-box encryption with dual keys (service key for processing, requestor key for results)
2. **Encrypted intake:** a requestor submits a query that the system can process but never read
3. **Fuzzy matching:** search a simulated data source with privacy-preserving name matching and configurable thresholds
4. **Encrypted result delivery:** matches are encrypted to the requestor&#x27;s key; the operator sees only that a match occurred, not the content
5. **Shard decay:** data doesn&#x27;t persist indefinitely; implement time-based expiration classes so the system forgets
6. **Agent skill:** use Claude Code to write a skill that can audit, scrape, or extend your service, then run it against your prototype
7. **Binary audit (capstone):** use Rizin to extract strings, permissions, and hardcoded secrets from a real sheriff&#x27;s app APK, then have your agent classify the findings against a canonical threat registry. This is the same workflow used to audit 8 OCV sheriff apps in parallel

What you&#x27;ll take away:

- A working prototype you can extend for your own use case
- Understanding of zero-knowledge service architecture
- Practical NaCl/libsodium usage patterns
- A framework for thinking about surveillance-resistant system design
- Experience using Claude Code skills as a force multiplier — the same approach used to audit 8 APKs in parallel and build scrapers for 55 data sources
- Exposure to Spiritwriter&#x27;s shard and entitlement model for building governed agent systems

Prerequisites:

- Laptop with Python 3.12+ and Rizin installed (rizin.re — we&#x27;ll have install instructions for all platforms)
- Claude Code CLI installed (API credits — we&#x27;ll have a limited number of $10 starter credits available for attendees who need them)
- Familiarity with Python helpful but not required — we&#x27;ll explain as we go
- No prior crypto or reverse engineering experience needed

Materials provided:

- Starter code repo with scaffolding and test data (built on spiritwriter-core)
- Reference architecture diagram
- Cheat sheet: NaCl sealed-box operations in PyNaCl
- Claude Code skill templates for extending the prototype
- Spiritwriter quick-start guide for turning the prototype into a distributed system</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/WJPJYT/</url>
            <location>Yoga Studio</location>
            
            <attendee>Aaron Markham</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>GLJMQL@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-GLJMQL</pentabarf:event-slug>
            <pentabarf:title>0xfff3 plays a chill daytime set</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T190000</dtstart>
            <dtend>20260625T200000</dtend>
            <duration>010000</duration>
            <summary>0xfff3 plays a chill daytime set</summary>
            <description>dj 0xfff3 is a seattle local borne out of the raver queer hacker scene, with close ties to the /dev/hack hackerspace and impact! foundations, and is challenging every assumption when it comes to djing with both track selection, hardware (mixing on a self-programmed steam deck!), â€š�舐Þ¥¿Þ¥¿????</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/GLJMQL/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>m</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BBDTEN@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BBDTEN</pentabarf:event-slug>
            <pentabarf:title>Echo&#x27;s techno</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T200000</dtstart>
            <dtend>20260625T210000</dtend>
            <duration>010000</duration>
            <summary>Echo&#x27;s techno</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BBDTEN/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>echo</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>JKRLWX@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-JKRLWX</pentabarf:event-slug>
            <pentabarf:title>Syntax + Luna</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T210000</dtstart>
            <dtend>20260625T220000</dtend>
            <duration>010000</duration>
            <summary>Syntax + Luna</summary>
            <description>DnB and Viz</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/JKRLWX/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>syntax</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>8D73ZG@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-8D73ZG</pentabarf:event-slug>
            <pentabarf:title>NightMrkt</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T210000</dtstart>
            <dtend>20260626T020000</dtend>
            <duration>050000</duration>
            <summary>NightMrkt</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/8D73ZG/</url>
            <location>Volleyball Court - NightMrkt After Dark</location>
            
            <attendee>pinguino kolb</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>F87RSR@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-F87RSR</pentabarf:event-slug>
            <pentabarf:title>Coffee Roasting 101 - the reckoning</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T093000</dtstart>
            <dtend>20260625T102000</dtend>
            <duration>005000</duration>
            <summary>Coffee Roasting 101 - the reckoning</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/F87RSR/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Dylan McNamee</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>C3B9AT@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-C3B9AT</pentabarf:event-slug>
            <pentabarf:title>Lock Drilling Class</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T110000</dtstart>
            <dtend>20260625T133000</dtend>
            <duration>023000</duration>
            <summary>Lock Drilling Class</summary>
            <description>Come learn how to use a drill to open a door. One on one lesson from a locksmith on using a drill bit to defeat a lock. Drill, bits, gloves, and safety glasses provided. Join us to drill, stop by to pick up a practice cylinder to pick.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/C3B9AT/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>qweary</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>FP9TLA@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-FP9TLA</pentabarf:event-slug>
            <pentabarf:title>Badge Soldering Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T140000</dtstart>
            <dtend>20260625T160000</dtend>
            <duration>020000</duration>
            <summary>Badge Soldering Workshop</summary>
            <description>Badge assembly. Learn to solder using two different custom badges from past ToorCamps. Teens or older or with parental supervision. 2 sessions</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/FP9TLA/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Curtis Mack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>AKFMKU@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-AKFMKU</pentabarf:event-slug>
            <pentabarf:title>Meshtastic for Beginners: Join Your Local Community Mesh Net!</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T160000</dtstart>
            <dtend>20260625T173000</dtend>
            <duration>013000</duration>
            <summary>Meshtastic for Beginners: Join Your Local Community Mesh Net!</summary>
            <description>Want to get started with Meshtastic, and other off-grid LoRa mesh protocols? Learn the key differences between Meshcore, Meshtastic, and Reticulum, and how to customize your custom Meshtastic node to join your local community mesh network. You&#x27;ll set up your node, learn to customize settings, use your node with your smartphone, and adapt your setup for specific environments. We’ll also cover common attacks against mesh networks and how to defend against them!</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/AKFMKU/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Kody Kinzie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9SYKGX@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9SYKGX</pentabarf:event-slug>
            <pentabarf:title>Meshcore &amp; Meshtastic for Beginners: Solder Your Encrypted Off-Grid Node! (soldering)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T180000</dtstart>
            <dtend>20260625T193000</dtend>
            <duration>013000</duration>
            <summary>Meshcore &amp; Meshtastic for Beginners: Solder Your Encrypted Off-Grid Node! (soldering)</summary>
            <description>Build your own cat-themed Nibble Mesh node and join the massive off-grid LoRa mesh networks popping up worldwide! In this class, you will learn to solder and flash Meshcore and Meshtastic onto your device, allowing you to connect, message, and explore independent networks. You will also build an environmental sensor to create your own remote weather station. For beginners to intermediate soldering skills.

https://retia.io/toorcamp</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/9SYKGX/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Kody Kinzie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>F8FXEL@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-F8FXEL</pentabarf:event-slug>
            <pentabarf:title>Bronze metal clay jewelry</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T103000</dtstart>
            <dtend>20260625T120000</dtend>
            <duration>013000</duration>
            <summary>Bronze metal clay jewelry</summary>
            <description>Come make a pendant or charm using molds, texture sheets and other clay tools. This process includes forming your metal clay piece, letting it dry to the greenware stage, then cleaning it up and carving details. After it gets fired in the kiln, you&#x27;ll do final finishing work on your solid metal piece.

Bring your Toorcamp passport stamp or other favorite rubber stamps to impress the clay with if you&#x27;d like.

One-on-one or small group sessions available to create more elaborate or specific pieces from silver or base metal clay for material costs plus a small class fee. Message me for details.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/F8FXEL/</url>
            <location>Great Faerie Crafting Yurt</location>
            
            <attendee>Amy Johnston</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>P3W8HM@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-P3W8HM</pentabarf:event-slug>
            <pentabarf:title>Decorate your own dragon puppet</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T130000</dtstart>
            <dtend>20260625T143000</dtend>
            <duration>013000</duration>
            <summary>Decorate your own dragon puppet</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/P3W8HM/</url>
            <location>Great Faerie Crafting Yurt</location>
            
            <attendee>Sonya</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>PA9AUD@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-PA9AUD</pentabarf:event-slug>
            <pentabarf:title>Creative Mask Making</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T170000</dtstart>
            <dtend>20260625T180000</dtend>
            <duration>010000</duration>
            <summary>Creative Mask Making</summary>
            <description>Everyone is welcome, no matter your experience level. We&#x27;ll be using various materials and tools, including adhesives, sharp tools, and hot tools.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Kid Friendly Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/PA9AUD/</url>
            <location>Great Faerie Crafting Yurt</location>
            
            <attendee>viper</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>VWKEZN@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-VWKEZN</pentabarf:event-slug>
            <pentabarf:title>Makerspace Open House</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T120000</dtstart>
            <dtend>20260625T160000</dtend>
            <duration>040000</duration>
            <summary>Makerspace Open House</summary>
            <description>OlyMEGA brought a laser engraver / cutter,  vinyl cutter, 3-D printer&#x27; and other tools. Bring your own SVGs, images, and ideas and work with an Olymegan to burn or cut them into whatever material you choose. We will provide boards or vinyl sheets if you need them. First come first served. We can actively work with around three people at a time.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/VWKEZN/</url>
            <location>OlyMEGA Village</location>
            
            <attendee>Curtis Mack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9NE7PU@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9NE7PU</pentabarf:event-slug>
            <pentabarf:title>Intro to Sewing Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260625T160000</dtstart>
            <dtend>20260625T180000</dtend>
            <duration>020000</duration>
            <summary>Intro to Sewing Workshop</summary>
            <description>Intro to sewing - Learn the basics In the cabin 4 people at a time. Teen or older. @ OlyMEGA Village</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/9NE7PU/</url>
            <location>OlyMEGA Village</location>
            
            <attendee>Angela Livermore</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>LDJF3A@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-LDJF3A</pentabarf:event-slug>
            <pentabarf:title>KEYNOTE: Jack Rhysider, Darknet Diaries</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T110000</dtstart>
            <dtend>20260626T115000</dtend>
            <duration>005000</duration>
            <summary>KEYNOTE: Jack Rhysider, Darknet Diaries</summary>
            <description>Jack Rhysider is the creator and host of the podcast Darknet Diaries. And he says the best place on earth is ToorCamp.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/LDJF3A/</url>
            <location>Prime Dome</location>
            
            <attendee>Jack Rhysider</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>MJBZNN@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-MJBZNN</pentabarf:event-slug>
            <pentabarf:title>Physical Access, Digital Lies: How a Locksmith Hacked His Recommended Lock</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T120000</dtstart>
            <dtend>20260626T125000</dtend>
            <duration>005000</duration>
            <summary>Physical Access, Digital Lies: How a Locksmith Hacked His Recommended Lock</summary>
            <description>The five attack layers, in order of escalation:

**Layer 1 — Physical:** Acoustic side-channel keylogging through speaker voltage leakage. Tailpiece deflection with a stiff wire. Factory reset triggered by freezing battery leads with an inverted compressed air can. Remote unlock via bridging always-hot wires accessible through an external comm port. None of these generate audit events.

**Layer 2 — NAND Flash (Adesto AT45DB041E):** Complete reverse engineering of the 264-byte page layout storing 50 users per page. User codes stored as ASCII nibbles in plain decimal for the user codes (“0” substituted with “B” due to TI assembly conflicts with the microprocessor). Permission flags with easy to understand byte sequences (F1=Master, E1=Elevated, C1=Supervisor). Lazy write model where the MSP430 only commits RAM to NAND on battery removal. Arbitrary privilege escalation and user code injection via a $30 universal programmer and SOP8 clip. Injected codes appear in &quot;Print Users&quot; but not &quot;Export Users,” presenting a stealth window for forensic evasion.

**Layer 3 — Firmware (MSP430F2418 via JTAG):** The JTAG fuse was never blown. Full read/write access to firmware. Located SetMasterCode() at 0x9ECA. Hijacked execution at 0x9EE8 with a BR opcode redirecting to unused space at 0xFA20. The 38-byte payload writes an elevated user code (696969) to slot 49 during every factory reset. Survived multiple resets across multiple boards. Video demo available.

**Layer 4 — USB Cable Emulation (CP2102 via FaceDancer):** Built a GreatFET-based emulator matching the Silicon Labs VID/PID, device descriptors, vendor requests, and bulk endpoints of the proprietary programming cable. DL-Windows recognizes the emulated device and interacts with it. Partial pass of the software&#x27;s Loopback Test (~40 of 303 packets). Vendor audit software performs no cryptographic authentication — trust is based entirely on USB descriptors, then happily passes data back and forth with the cable.

**Layer 5 — Audit Trail Subversion:** The synthesis of all four layers. NAND injection creates users invisible to some export methods. Firmware injection creates codes invisible until queried. Cable emulation opens the door to intercepting or forging audit data between lock and PC. Combined: a lock whose credentials, firmware, and audit trail can all be manipulated by an attacker with physical access and modest tools. The fact that these locks are shipped over international waters before being installed in the most sensitive areas leaves many opportunities, and motivation, for a bad actor to inject a phantom into the pipeline.

Target hardware: Alarm Lock Trilogy T2/T3 (MSP430F2418 + Adesto AT45DB041E + CP2102 USB interface). Deployed widely in US healthcare, education, government, and financial sectors.

Blog series: https://qweary.github.io/backburner/
Repository: https://github.com/Qweary/T2-T3-Lock-Exploitation-Research</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/MJBZNN/</url>
            <location>Prime Dome</location>
            
            <attendee>qweary</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>JQ9XNX@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-JQ9XNX</pentabarf:event-slug>
            <pentabarf:title>Owning the Packbot: A full stack teardown of an EOD robot.</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T130000</dtstart>
            <dtend>20260626T135000</dtend>
            <duration>005000</duration>
            <summary>Owning the Packbot: A full stack teardown of an EOD robot.</summary>
            <description>To my knowledge, this research represents the first time a widely deployed Explosive Ordnance Disposal (EOD) robot has been publicly reverse-engineered. Historically, offensive research into tactical robotics is shrouded in security-by-obscurity, restricted by classification, or kept behind closed doors. The primary novelty of this work lies in demystifying a battlefield &#x27;black box.&#x27; It diverges from the industry assumption that high-stakes robotic systems rely on bespoke, highly secure architectures. Instead, I reveal that beneath its ruggedized exterior, the PackBot is built on accessible and easily understood technology, specifically, 802.11 hardware, Intel architecture, Linux and legacy Python. ToorCamp will be the first time I am discussing this research publicly</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/JQ9XNX/</url>
            <location>Prime Dome</location>
            
            <attendee>Gigstorm</attendee>
            
            <attendee>astradotpng</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>VZSJRP@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-VZSJRP</pentabarf:event-slug>
            <pentabarf:title>Skip the Breadboard: Designing Eurorack with Simulation and SMT</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T140000</dtstart>
            <dtend>20260626T145000</dtend>
            <duration>005000</duration>
            <summary>Skip the Breadboard: Designing Eurorack with Simulation and SMT</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/VZSJRP/</url>
            <location>Prime Dome</location>
            
            <attendee>Aaron St. John</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>UNYSYR@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-UNYSYR</pentabarf:event-slug>
            <pentabarf:title>Dubious Computing Conventions -- that hurt us.</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T150000</dtstart>
            <dtend>20260626T152000</dtend>
            <duration>002000</duration>
            <summary>Dubious Computing Conventions -- that hurt us.</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/UNYSYR/</url>
            <location>Prime Dome</location>
            
            <attendee>Aaron Peterson</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>ZFEDDB@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-ZFEDDB</pentabarf:event-slug>
            <pentabarf:title>No GPS, No Problem!</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T153000</dtstart>
            <dtend>20260626T155000</dtend>
            <duration>002000</duration>
            <summary>No GPS, No Problem!</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/ZFEDDB/</url>
            <location>Prime Dome</location>
            
            <attendee>Pierce Nichols</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>XFELFJ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-XFELFJ</pentabarf:event-slug>
            <pentabarf:title>Shipspotting - An Introduction to AIS</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T160000</dtstart>
            <dtend>20260626T162000</dtend>
            <duration>002000</duration>
            <summary>Shipspotting - An Introduction to AIS</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/XFELFJ/</url>
            <location>Prime Dome</location>
            
            <attendee>Adrian Studer</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>YGLRJZ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-YGLRJZ</pentabarf:event-slug>
            <pentabarf:title>Radio Technologies: RDS and RDS-2</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T163000</dtstart>
            <dtend>20260626T165000</dtend>
            <duration>002000</duration>
            <summary>Radio Technologies: RDS and RDS-2</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/YGLRJZ/</url>
            <location>Prime Dome</location>
            
            <attendee>Tycho Pendraig</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>D9PLH8@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-D9PLH8</pentabarf:event-slug>
            <pentabarf:title>rtlsdr.tv: Broadcast TV in your browser</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T170000</dtstart>
            <dtend>20260626T172000</dtend>
            <duration>002000</duration>
            <summary>rtlsdr.tv: Broadcast TV in your browser</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/D9PLH8/</url>
            <location>Prime Dome</location>
            
            <attendee>Karl Koscher</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>WTRZUH@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-WTRZUH</pentabarf:event-slug>
            <pentabarf:title>Visualizing the Invisible: Rendering Spectrum As Light</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T173000</dtstart>
            <dtend>20260626T173500</dtend>
            <duration>000500</duration>
            <summary>Visualizing the Invisible: Rendering Spectrum As Light</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Lightning Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/WTRZUH/</url>
            <location>Prime Dome</location>
            
            <attendee>Paul Carrigg</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>UYADKX@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-UYADKX</pentabarf:event-slug>
            <pentabarf:title>Gatekeeping the exit: retail loss prevention technology</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T180000</dtstart>
            <dtend>20260626T182000</dtend>
            <duration>002000</duration>
            <summary>Gatekeeping the exit: retail loss prevention technology</summary>
            <description>This talk will cover a timeline of retail loss prevention technology, and then focus on the current generation of mesh networking, IP-integrated systems with surveillance and marketing implications. We&#x27;ll also discuss the business and technology reasons that loss prevention technology is widely installed but very inconsistently used, and efforts to apply similar technology to problems like armory and nuclear material management.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/UYADKX/</url>
            <location>Prime Dome</location>
            
            <attendee>J. B. Crawford</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>PCPLST@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-PCPLST</pentabarf:event-slug>
            <pentabarf:title>Stupid Hackathon Kickoff</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T183000</dtstart>
            <dtend>20260626T185000</dtend>
            <duration>002000</duration>
            <summary>Stupid Hackathon Kickoff</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/PCPLST/</url>
            <location>Prime Dome</location>
            
            <attendee>Moonrock</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>MDBZLQ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-MDBZLQ</pentabarf:event-slug>
            <pentabarf:title>Lightning Talks</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T190000</dtstart>
            <dtend>20260626T190500</dtend>
            <duration>000500</duration>
            <summary>Lightning Talks</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Lightning Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/MDBZLQ/</url>
            <location>Prime Dome</location>
            
            <attendee>David Hulton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>7U7MTC@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-7U7MTC</pentabarf:event-slug>
            <pentabarf:title>Republic Dogs</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T193000</dtstart>
            <dtend>20260626T203000</dtend>
            <duration>010000</duration>
            <summary>Republic Dogs</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/7U7MTC/</url>
            <location>Prime Dome</location>
            
            <attendee>Pierce Nichols</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>TDJVGB@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-TDJVGB</pentabarf:event-slug>
            <pentabarf:title>Free! American Red Cross Adult CPR/AED training (+first aid option)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T110000</dtstart>
            <dtend>20260626T123000</dtend>
            <duration>013000</duration>
            <summary>Free! American Red Cross Adult CPR/AED training (+first aid option)</summary>
            <description>Karmic Project will be offering free training and certification with the Adult CPR/AED course by the American Red Cross.  Advanced registration is helpful for ensuring the proper amount of training supplies but not required.  Registration at: https://tally.so/r/RGk45Q

If you wish to get your first aid certification or renew your existing certification, you can take the blended online course and complete the training at the end of the CPR/AED course. Registration *is required* for the first aid certification so that we can send you the voucher to access the online portion of the course *prior* to arrival for the in-person skills test. If you do not complete the online portion we will not be able to issue the first aid certification, but you still can earn the Adult CPR/AED certification.

Karmic Project (501c3 non-profit organization) will be sponsoring and covering the costs the certifications ($50/student). Those that wish to donate to help cover the costs and supplies can do so at https://www.karmicproject.org and all donations are tax-deductible.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/TDJVGB/</url>
            <location>Yoga Studio</location>
            
            <attendee>Sova (no pronouns / name only preferred)</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>JWVAFF@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-JWVAFF</pentabarf:event-slug>
            <pentabarf:title>One Page One Shot Think Tank Madness</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T130000</dtstart>
            <dtend>20260626T143000</dtend>
            <duration>013000</duration>
            <summary>One Page One Shot Think Tank Madness</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/JWVAFF/</url>
            <location>Yoga Studio</location>
            
            <attendee>Lesley Jones</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>T9EB9D@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-T9EB9D</pentabarf:event-slug>
            <pentabarf:title>Hecate: A Trivial UART Tool</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T150000</dtstart>
            <dtend>20260626T163000</dtend>
            <duration>013000</duration>
            <summary>Hecate: A Trivial UART Tool</summary>
            <description>Hardware Requirement: Bring a laptop with a USB port and a text editor, any operating system.
Recommended: Mu-editor installed or Chrome/Chromium-based browser for https://circuitpy.dev in-browser editor
Experience: Beginner friendly. Familiarity with python, experience with text consoles, and some fundamental UART understanding would all be very helpful, but not required.

We&#x27;ll bring all the hardware you&#x27;ll need, and you&#x27;ll get to keep one of the boards for your own use.

Rough outline:

Lab 1: Finding and Logging UART (15 minutes)
Lecture 1: UART basics and Hecate intro (20 minutes)
Lab 2: Dropping a crafted UART payload (20 minutes)
Lab 3: Alerting on a UART pattern match (20 minutes)
Lecture 2: Advanced Hecate usage (15 minutes)</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/T9EB9D/</url>
            <location>Yoga Studio</location>
            
            <attendee>Joe FitzPatrick</attendee>
            
            <attendee>nyx</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>ZYYNRP@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-ZYYNRP</pentabarf:event-slug>
            <pentabarf:title>Making Pizza... with Science! (Part 1 - Making the Dough)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T100000</dtstart>
            <dtend>20260626T103000</dtend>
            <duration>003000</duration>
            <summary>Making Pizza... with Science! (Part 1 - Making the Dough)</summary>
            <description>Have you ever wanted to cook a really good pizza while camping, but it seems like it would be too difficult? I&#x27;m going to show you all the tricks I&#x27;ve learned from making thousands of pizzas, and we&#x27;re going to use the America&#x27;s Test Kitchen method of scientific experimentation to compare all the different options. We&#x27;ll try making sauce the simple way and the traditional (harder) way and taste test the difference. We&#x27;ll cook pizza in a portable Ooni oven using propane gas, hardwood, and charcoal and taste them to find the best. We&#x27;ll make our own dough from scratch and try that side-by-side with frozen Trader Joe&#x27;s dough. Does it matter what kind of flour you use? We&#x27;ll find out!  What about sourdough crust?  Why not? We&#x27;ll try all kinds of toppings and different kinds of cheese (please bring toppings and cheeses you want to try). I&#x27;ll teach you three different ways to throw the pizza from the peel into the oven without losing all the toppings, including a secret cheat code.  Not only is this fun and educational, you will get to eat lots of pizza along the journey!
Please bring: A plate, a clean cutting board, a bowl, a small bag of flour (or store-bought dough), some cheese, creative toppings you enjoy, your imagination and your appetite.  Workshop size limited to about 30 people but if we get more, I&#x27;ll stay later and we&#x27;ll cook as long as we need to.  Note that fire will be contained in the oven (no open flames) but the oven does get hot (up to 900F) so safety is important. Kid chefs are welcome if closely supervised by their adult. 
Note: If you are gluten free, get the King Arthur gluten free pizza dough mix and bring it! We&#x27;ll make beautiful gluten free pizza for you!</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/ZYYNRP/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>Randy Pargman</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>Y3QKPY@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-Y3QKPY</pentabarf:event-slug>
            <pentabarf:title>Making Pizza... with Science!</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T170000</dtstart>
            <dtend>20260626T183000</dtend>
            <duration>013000</duration>
            <summary>Making Pizza... with Science!</summary>
            <description>Have you ever wanted to cook a really good pizza while camping, but it seems like it would be too difficult? I&#x27;m going to show you all the tricks I&#x27;ve learned from making thousands of pizzas, and we&#x27;re going to use the America&#x27;s Test Kitchen method of scientific experimentation to compare all the different options. We&#x27;ll try making sauce the simple way and the traditional (harder) way and taste test the difference. We&#x27;ll cook pizza in a portable Ooni oven using propane gas, hardwood, and charcoal and taste them to find the best. We&#x27;ll make our own dough from scratch and try that side-by-side with frozen Trader Joe&#x27;s dough. Does it matter what kind of flour you use? We&#x27;ll find out!  What about sourdough crust?  Why not? We&#x27;ll try all kinds of toppings and different kinds of cheese (please bring toppings and cheeses you want to try). I&#x27;ll teach you three different ways to throw the pizza from the peel into the oven without losing all the toppings, including a secret cheat code.  Not only is this fun and educational, you will get to eat lots of pizza along the journey!
Please bring: A plate, a clean cutting board, a bowl, a small bag of flour (or store-bought dough), some cheese, creative toppings you enjoy, your imagination and your appetite.  Workshop size limited to about 30 people but if we get more, I&#x27;ll stay later and we&#x27;ll cook as long as we need to.  Note that fire will be contained in the oven (no open flames) but the oven does get hot (up to 900F) so safety is important. Kid chefs are welcome if closely supervised by their adult. 
Note: If you are gluten free, get the King Arthur gluten free pizza dough mix and bring it! We&#x27;ll make beautiful gluten free pizza for you!</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/Y3QKPY/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>Randy Pargman</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>GMK3P3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-GMK3P3</pentabarf:event-slug>
            <pentabarf:title>Kalikat DJ Set</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T200000</dtstart>
            <dtend>20260626T210000</dtend>
            <duration>010000</duration>
            <summary>Kalikat DJ Set</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/GMK3P3/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>Jessa Gegax</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9NXFAK@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9NXFAK</pentabarf:event-slug>
            <pentabarf:title>PatAttack!</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T210000</dtstart>
            <dtend>20260626T220000</dtend>
            <duration>010000</duration>
            <summary>PatAttack!</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/9NXFAK/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>PatAttack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>EREYCK@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-EREYCK</pentabarf:event-slug>
            <pentabarf:title>NightMrkt</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T210000</dtstart>
            <dtend>20260627T020000</dtend>
            <duration>050000</duration>
            <summary>NightMrkt</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/EREYCK/</url>
            <location>Volleyball Court - NightMrkt After Dark</location>
            
            <attendee>pinguino kolb</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BJANS9@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BJANS9</pentabarf:event-slug>
            <pentabarf:title>Badge Soldering Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T103000</dtstart>
            <dtend>20260626T123000</dtend>
            <duration>020000</duration>
            <summary>Badge Soldering Workshop</summary>
            <description>Badge assembly. Learn to solder using two different custom badges from past ToorCamps. Teens or older or with parental supervision. 2 sessions</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BJANS9/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Curtis Mack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>BRV9KF@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-BRV9KF</pentabarf:event-slug>
            <pentabarf:title>Wi-Fi Self Defense &amp; Hacker Hunting For Beginners (no soldering)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T130000</dtstart>
            <dtend>20260626T143000</dtend>
            <duration>013000</duration>
            <summary>Wi-Fi Self Defense &amp; Hacker Hunting For Beginners (no soldering)</summary>
            <description>Get hands-on instruction on advanced Wi-Fi hacking while learning how to defend against common advanced techniques. You will learn essential skills for defending against five common, powerful Wi-Fi attacks. Explore how to physically track down any Wi-Fi device, detect Wi-Fi leaks, identify malicious QR codes and phishing networks, and defend against advanced Wi-Fi karma attacks.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/BRV9KF/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Kody Kinzie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>VHDUG3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-VHDUG3</pentabarf:event-slug>
            <pentabarf:title>Badge Soldering Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T150000</dtstart>
            <dtend>20260626T170000</dtend>
            <duration>020000</duration>
            <summary>Badge Soldering Workshop</summary>
            <description>Badge assembly. Learn to solder using two different custom badges from past ToorCamps. Teens or older or with parental supervision. 2 sessions</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/VHDUG3/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Curtis Mack</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>K773U8@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-K773U8</pentabarf:event-slug>
            <pentabarf:title>Live Jam Session</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T200000</dtstart>
            <dtend>20260626T213000</dtend>
            <duration>013000</duration>
            <summary>Live Jam Session</summary>
            <description>Live jam: Relax with classical and jazz music played on trombone by a guy named Piano (Qweary). Jazz backgrounds over speaker, bring an instrument if you want to join.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/K773U8/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>qweary</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>FWFMZL@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-FWFMZL</pentabarf:event-slug>
            <pentabarf:title>Flame Effects for the Hacker</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T123000</dtstart>
            <dtend>20260626T163000</dtend>
            <duration>040000</duration>
            <summary>Flame Effects for the Hacker</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/FWFMZL/</url>
            <location>Moon Rock Village</location>
            
            <attendee>Jack Chatterton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>HLHAGB@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-HLHAGB</pentabarf:event-slug>
            <pentabarf:title>Open Craft Time</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T093000</dtstart>
            <dtend>20260626T110000</dtend>
            <duration>013000</duration>
            <summary>Open Craft Time</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/HLHAGB/</url>
            <location>Great Faerie Crafting Yurt</location>
            
            <attendee>Amy Johnston</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>WU9KDF@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-WU9KDF</pentabarf:event-slug>
            <pentabarf:title>Tapestry Weaving for Beginners</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T110000</dtstart>
            <dtend>20260626T123000</dtend>
            <duration>013000</duration>
            <summary>Tapestry Weaving for Beginners</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/WU9KDF/</url>
            <location>Great Faerie Crafting Yurt</location>
            
            <attendee>Sonya</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>W779BE@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-W779BE</pentabarf:event-slug>
            <pentabarf:title>Intro to Sewing Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260626T150000</dtstart>
            <dtend>20260626T170000</dtend>
            <duration>020000</duration>
            <summary>Intro to Sewing Workshop</summary>
            <description>Intro to sewing - Learn the basics In the cabin 4 people at a time. Teen or older. @ OlyMEGA Village</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/W779BE/</url>
            <location>OlyMEGA Village</location>
            
            <attendee>Angela Livermore</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>37GEJ8@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-37GEJ8</pentabarf:event-slug>
            <pentabarf:title>The New War on Privacy, and How We Win -- Lessons from the History of Hacker Activism</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T110000</dtstart>
            <dtend>20260627T115000</dtend>
            <duration>005000</duration>
            <summary>The New War on Privacy, and How We Win -- Lessons from the History of Hacker Activism</summary>
            <description>Intro: Who I Am, and Why I&#x27;m Standing Here
Naomi Brockwell, President of the Ludlow Institute. Lead drafter of H.R. 8470.

I. Why We&#x27;re Losing the War on Privacy
A. The surveillance state metastasized through doctrinal loopholes the courts refuse to close.
B. Surveillance tech outpaces privacy protection from the courts.

II. The War Just Escalated
Three new fronts:
    • AI
    • ID mandates and age verification
    • Arresting developers of privacy tools

I used to think we could just use privacy tools and reclaim privacy personally. But then developers of privacy tools started being arrested, and I realized these tools might cease to exist. Tech-only resistance is being criminalized. Without a simultaneous policy fight, we lose the right to build the tools at all.

III. How We Win the War on Privacy

History of how the hacker community has rallied support and succeeded in pushing for reform.

Case I. Phil Zimmermann

Case II. Cult of the Dead Cow

Case III. The Clipper Chip

IV. The Pattern: What Every Successful Hacker-Driven Reform Has in Common

Takeaway: the hacker community has won this fight three times in three decades against opponents with more money, more lawyers, and more power. Let&#x27;s do it again.

V. Call to Action
The surveillance state is real. It&#x27;s been built by private companies and the government working together, and it&#x27;s accelerating. We win the same way every previous generation of hackers has won.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/37GEJ8/</url>
            <location>Prime Dome</location>
            
            <attendee>Naomi Brockwell</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>8YMXFE@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-8YMXFE</pentabarf:event-slug>
            <pentabarf:title>The Toorcamp Pride Parade Start</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T115000</dtstart>
            <dtend>20260627T120000</dtend>
            <duration>001000</duration>
            <summary>The Toorcamp Pride Parade Start</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/8YMXFE/</url>
            <location>Prime Dome</location>
            
            <attendee>Tendy</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>B7HYFW@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-B7HYFW</pentabarf:event-slug>
            <pentabarf:title>WebPKI and You</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T120000</dtstart>
            <dtend>20260627T125000</dtend>
            <duration>005000</duration>
            <summary>WebPKI and You</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/B7HYFW/</url>
            <location>Prime Dome</location>
            
            <attendee>Bryce</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>CQDHLQ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-CQDHLQ</pentabarf:event-slug>
            <pentabarf:title>Architectures of Autonomy: Adversarial Orchestration and the Collapse of &quot;Human-in-the-Loop&quot; Security</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T130000</dtstart>
            <dtend>20260627T135000</dtend>
            <duration>005000</duration>
            <summary>Architectures of Autonomy: Adversarial Orchestration and the Collapse of &quot;Human-in-the-Loop&quot; Security</summary>
            <description># High-Level Talk Outline

- **The Death of the Chat Epoch**: Defining the shift from assistants to persistent agents.

- **The Orchestration Stack**: How GasTown’s &quot;Beads&quot; ledger and RalphWiggum’s &quot;Stop Hook&quot; create recursive, autonomous execution loops.

- **Zero-Click Exploitation**: Dissecting AgentFlayer—how indirect prompt injection triggers silent data harvesting via cloud connectors.

- **Autonomous Adversaries**: Analysis of the GTG-1002 espionage lifecycle and AkiraBot’s industrialized spam generation.

- **Semantic Corruption**: The Pravda network and the rise of LLM grooming.

- **The Defensive Pivot**: Moving toward &quot;Hard Boundaries,&quot; agentic auditing (Augustus), and trajectory-level risk assessment.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/CQDHLQ/</url>
            <location>Prime Dome</location>
            
            <attendee>infosecanon</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>VK9RN3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-VK9RN3</pentabarf:event-slug>
            <pentabarf:title>Working the Slop Mines</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T140000</dtstart>
            <dtend>20260627T145000</dtend>
            <duration>005000</duration>
            <summary>Working the Slop Mines</summary>
            <description>This talk is going to cover a lot of SDLC hardening protips for creating development pipelines that can withstand firehoses of generative AI slop from all angles. From devs, from ops, from users, from bug bounty programs, and even from executives. Not by rejecting the slop, but by harnessing slop energy and riding it to new heights.

I also fully intend to go off on wild futurist tangents related to autonomous incentive structures, using zero knowledge execution proofs to accelerate bug triage / feature development, and what human computer interaction looks like in a world where people can just do things, and access to technology approaches the asymptote.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>50-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/VK9RN3/</url>
            <location>Prime Dome</location>
            
            <attendee>Dean Pierce</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>3ZCJ3A@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-3ZCJ3A</pentabarf:event-slug>
            <pentabarf:title>Presenting, the Andromeda Strain</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T150000</dtstart>
            <dtend>20260627T152000</dtend>
            <duration>002000</duration>
            <summary>Presenting, the Andromeda Strain</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/3ZCJ3A/</url>
            <location>Prime Dome</location>
            
            <attendee>Vyrus</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>7YV3SD@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-7YV3SD</pentabarf:event-slug>
            <pentabarf:title>The Other Disaster: from Ebola camps to a token factory</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T153000</dtstart>
            <dtend>20260627T155000</dtend>
            <duration>002000</duration>
            <summary>The Other Disaster: from Ebola camps to a token factory</summary>
            <description>It&#x27;s about what the job actually looks like from where I sit. A model that found zero-days in every major operating system, and a hard argument about who gets to use it. A company that got blacklisted by the Pentagon for refusing to enable mass surveillance and autonomous weapons. A fleet of agents I built to do my own job, which got good at it faster than I expected, which is how I know the timeline to a weird future is shorter than most people think.

It&#x27;s about a few of the things that scare me: the cyber capability that could have been handed to everyone with a grudge and a GPU, the mass surveillance infrastructure that someone is going to build unless enough people refuse, and the checks on concentrated power that are supposed to catch all of this and are not, currently, ready.

And it&#x27;s about leverage. This camp has more of it than it thinks: people who can build defenses and give them away, people who can refuse to build the bad thing, people who can show up when nobody else understands what&#x27;s being bought. I want to spend the last part of the talk arguing about what to do with it. I used to arrive after the disaster. I would like, just once, to get ahead of one.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/7YV3SD/</url>
            <location>Prime Dome</location>
            
            <attendee>Dustin</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>8XA9ZL@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-8XA9ZL</pentabarf:event-slug>
            <pentabarf:title>Crypto Engineering in Practice</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T160000</dtstart>
            <dtend>20260627T162000</dtend>
            <duration>002000</duration>
            <summary>Crypto Engineering in Practice</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/8XA9ZL/</url>
            <location>Prime Dome</location>
            
            <attendee>SalusaSecondus</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>7LZ8EM@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-7LZ8EM</pentabarf:event-slug>
            <pentabarf:title>DIY Smart Chicken Coop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T163000</dtstart>
            <dtend>20260627T165000</dtend>
            <duration>002000</duration>
            <summary>DIY Smart Chicken Coop</summary>
            <description>A few years ago we started with a stock automated chicken coop door. When it eventually failed, annoyed by the limitations and quality of cheap consumer IoT products, we engineered our own using an ESP32 microcontroller, Home Assistant, and ESPHome. We then added sensors for drinking water and feed levels, and have since iterated on several design choices.

In this talk, we’d like to share our experience — what worked, what didn’t — and discuss the hardware, software, and mechanical aspects of the implementation. After this talk you should be able to recreate our design for your own coop.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/7LZ8EM/</url>
            <location>Prime Dome</location>
            
            <attendee>Sebastian Noack</attendee>
            
            <attendee>rosie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>RRZMSH@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-RRZMSH</pentabarf:event-slug>
            <pentabarf:title>The Time Is Now, The Person Is You</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T170000</dtstart>
            <dtend>20260627T172000</dtend>
            <duration>002000</duration>
            <summary>The Time Is Now, The Person Is You</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/RRZMSH/</url>
            <location>Prime Dome</location>
            
            <attendee>D</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>CM3Y8M@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-CM3Y8M</pentabarf:event-slug>
            <pentabarf:title>Closing Remarks</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T173000</dtstart>
            <dtend>20260627T175000</dtend>
            <duration>002000</duration>
            <summary>Closing Remarks</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/CM3Y8M/</url>
            <location>Prime Dome</location>
            
            <attendee>David Hulton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>DFW8YP@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-DFW8YP</pentabarf:event-slug>
            <pentabarf:title>Dead Bytes Tell No Lies: Hands-On NAND Flash Decoding for Access Control Locks</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T110000</dtstart>
            <dtend>20260627T123000</dtend>
            <duration>013000</duration>
            <summary>Dead Bytes Tell No Lies: Hands-On NAND Flash Decoding for Access Control Locks</summary>
            <description>Workshop structure (approximate):

**0:00-0:15 — Context and architecture.** Brief overview of the Alarm Lock T3 hardware: MSP430F2418 microcontroller, Adesto AT45DB041E SPI flash (4 Mbit, 264-byte pages), and the lazy write model. Why NAND is the target (it stores the secrets, it&#x27;s physically accessible, and it has zero protection). How to connect to it with a universal programmer and SOP8 test clip.

**0:15-0:50 — Hands-on decoding.** Participants work through provided binary dumps using hex editors and the printed reference sheet. Exercises include: locating the FD page header and identifying page boundaries; extracting the first, second, and third bytes of user codes from their interleaved positions; converting encoded bytes back to decimal codes (accounting for the B-for-zero quirk); reading active/inactive status flags; identifying permission levels (F1=Master, E1=Elevated, C1=Supervisor, 01=Normal); and comparing a &quot;normal&quot; dump against a dump with injected elevated privileges to spot the differences.

**0:50-1:10 — Forensic artifacts and attack scenarios.** Examining what audits actually show (and hide) when NAND data is manipulated. The &quot;Print Users vs. Export Users&quot; discrepancy. The &quot;Code Audit After Unexpected Values&quot; artifact where 300 user entries turn into a garbled mess. Discussion of the discarded lock scenario: recovering credentials from disposed hardware, code reuse across sites, and the insider threat implications.

**1:10-1:30 — Live demo and Q&amp;A.** If conditions allow, live NAND read from a lock board using the T48 programmer. Walkthrough of the dump in real time. Open discussion of remediation (encrypt the flash, authenticate writes, establish hardware disposal protocols) and how this methodology applies to other MSP430 + NAND-based embedded systems.

Skill level: Comfortable reading hexadecimal. No prior hardware hacking experience needed. Prior experience with hex editors is helpful but not required — we&#x27;ll cover the basics.

Materials provided: Printed NAND page layout reference sheets, sample .BIN dumps on USB drives (or downloadable from the GitHub repository), and a decode walkthrough guide.

Repository with all dumps and documentation: https://github.com/Qweary/T2-T3-Lock-Exploitation-Research</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/DFW8YP/</url>
            <location>Yoga Studio</location>
            
            <attendee>qweary</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>JDG8DU@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-JDG8DU</pentabarf:event-slug>
            <pentabarf:title>Red, Green, and Blue, And So Can You</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T133000</dtstart>
            <dtend>20260627T150000</dtend>
            <duration>013000</duration>
            <summary>Red, Green, and Blue, And So Can You</summary>
            <description>Animated RGB LEDs are becoming ubiquitous. And yet, getting started can be an overload. We&#x27;ll talk about the hardware, controllers, and software options to crack open the exciting field of lightenblinken. We&#x27;ll go beyond WLED and get into what can really be done with very cheap, capable hardware and a little bit of brain grease.

Have a laptop handy, because real code will be part of this work--though you don&#x27;t have to be an expert. Kits will be available (in limited supply; no soldering required) and photons will be shot right out of diodes at your command. Some familiarity with code will be helpful, as will the Arduino IDE. We&#x27;ll mostly focus on ESP32, but the basics can be made to work on most microcontrollers. Even if it&#x27;s intimidating, come learn how it&#x27;s done (or at least, how I do it).</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/JDG8DU/</url>
            <location>Yoga Studio</location>
            
            <attendee>Trevor Schrock - spacemeat</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>RZCCZB@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-RZCCZB</pentabarf:event-slug>
            <pentabarf:title>Binary Jiujitsu: White Belt Fundamentals</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T153000</dtstart>
            <dtend>20260627T173000</dtend>
            <duration>020000</duration>
            <summary>Binary Jiujitsu: White Belt Fundamentals</summary>
            <description>Binary Jiujitsu is an RPG style training platform developed to help ease hackers into the complicated and overwhelming world of binary exploitation and reverse engineering. The White Belt Fundamentals workshop is geared towards introducing players to the game environment and guiding them through their first binary exploit.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/RZCCZB/</url>
            <location>Yoga Studio</location>
            
            <attendee>Joshua Connolly</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>VBTVEX@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-VBTVEX</pentabarf:event-slug>
            <pentabarf:title>Saturday Night Party \w Keith Myers and Friends</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T220000</dtstart>
            <dtend>20260628T020000</dtend>
            <duration>040000</duration>
            <summary>Saturday Night Party \w Keith Myers and Friends</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/VBTVEX/</url>
            <location>Yoga Studio</location>
            
            <attendee>David Hulton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9VPQ87@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9VPQ87</pentabarf:event-slug>
            <pentabarf:title>Anything but Ethernet</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T110000</dtstart>
            <dtend>20260627T112000</dtend>
            <duration>002000</duration>
            <summary>Anything but Ethernet</summary>
            <description>Too many kids, and a fair share of old farts, think the world runs on cat-5. It just ain&#x27;t so! From the first smoke-signals and drumbeats of prehistory, to modern multi-gigabit optical links, there&#x27;s a lot more to communication than just Ethernet frames riding twisted pair. This contest aims to celebrate the long and varied history of communication.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/9VPQ87/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>Ben Kurtz</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>EZVX7V@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-EZVX7V</pentabarf:event-slug>
            <pentabarf:title>Nerd Culture in Dance Music</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T190000</dtstart>
            <dtend>20260627T200000</dtend>
            <duration>010000</duration>
            <summary>Nerd Culture in Dance Music</summary>
            <description>There is a plenty of cross-pollination in nerdy subcultures, and plenty of musicians have brought their own geeky interests into the beats that they create.  From samples of Star Trek episodes, remixes of movie themes, or directly singing about hacking culture, there are scores of examples of all varieties of nerd culture being expressed as dance music.

This is a danceable exploration of some of these themes.  Partly video games, partly songs about digital interfaces, some acknowledgement of meme culture, and certainly sci-fi references- all done with a groove that makes you want to move around.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/EZVX7V/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>noise</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>KGUFZ3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-KGUFZ3</pentabarf:event-slug>
            <pentabarf:title>Music</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T200000</dtstart>
            <dtend>20260627T210000</dtend>
            <duration>010000</duration>
            <summary>Music</summary>
            <description>DJ mattrix</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/KGUFZ3/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>mattrix</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>LQC9K3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-LQC9K3</pentabarf:event-slug>
            <pentabarf:title>bash explode (LOVE+FEAR+HATE live set)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T210000</dtstart>
            <dtend>20260627T220000</dtend>
            <duration>010000</duration>
            <summary>bash explode (LOVE+FEAR+HATE live set)</summary>
            <description>🤘😤</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Music / DJ Set</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/LQC9K3/</url>
            <location>Yoga Studio Front Lawn</location>
            
            <attendee>bash explode</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>SXQQCE@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-SXQQCE</pentabarf:event-slug>
            <pentabarf:title>Blade Runners: The ToorCamp Trail Half-Marathon</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T080000</dtstart>
            <dtend>20260627T110000</dtend>
            <duration>030000</duration>
            <summary>Blade Runners: The ToorCamp Trail Half-Marathon</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/SXQQCE/</url>
            <location>Volleyball Court - NightMrkt After Dark</location>
            
            <attendee>David Hulton</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>EWSGJZ@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-EWSGJZ</pentabarf:event-slug>
            <pentabarf:title>li-nk : develop your interests, find your community</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T160000</dtstart>
            <dtend>20260627T163000</dtend>
            <duration>003000</duration>
            <summary>li-nk : develop your interests, find your community</summary>
            <description>With only 20 minutes there&#x27;s quite a few directions we could go. Our OSS contributions. The provenance of li-nk and our motivations for developing it. Etc. Feel free to leave comments on what you want to hear about on the event page !!

https://li-nk.social/e/li-nk-discover-your-interests-find-your-community</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>20-Min Talk</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/EWSGJZ/</url>
            <location>Volleyball Court - NightMrkt After Dark</location>
            
            <attendee>Colin Williams</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>L8JNN3@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-L8JNN3</pentabarf:event-slug>
            <pentabarf:title>Solder Your Very Own IoT Purrsheen Cat Lamp with WLED! (soldering)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T113000</dtstart>
            <dtend>20260627T130000</dtend>
            <duration>013000</duration>
            <summary>Solder Your Very Own IoT Purrsheen Cat Lamp with WLED! (soldering)</summary>
            <description>Learn rapid prototyping and build your own open-source, internet-controlled LED art! In this class, you will solder and assemble an adorable, squishy &quot;Purrsheen&quot; Wi-Fi lamp. Once built, you&#x27;ll learn how to control your new glowing cat baby via Wi-Fi or Home Assistant using WLED. For beginners!

https://retia.io/toorcamp</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/L8JNN3/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Kody Kinzie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>AJQ7V7@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-AJQ7V7</pentabarf:event-slug>
            <pentabarf:title>AIS Hacking Session</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T133000</dtstart>
            <dtend>20260627T150000</dtend>
            <duration>013000</duration>
            <summary>AIS Hacking Session</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/AJQ7V7/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Adrian Studer</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>UNPADC@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-UNPADC</pentabarf:event-slug>
            <pentabarf:title>Solder Your Own Cat-Themed Wi-Fi Hacking Tool! (soldering)</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T150000</dtstart>
            <dtend>20260627T163000</dtend>
            <duration>013000</duration>
            <summary>Solder Your Own Cat-Themed Wi-Fi Hacking Tool! (soldering)</summary>
            <description>Test out your soldering skills to create your own open-source, cat-themed hacking tool! In this class, we’ll create a microcontroller-powered hacking tool called the Wi-Fi Nugget that allows us to track down suspicious Wi-Fi devices, attack and defend networks, and even spoof drone signals! Beginners in this class will practice soldering while creating a cute and powerful IoT device in a beautiful 3d printed case! For intermediate soldering skills.

https://retia.io/toorcamp</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/UNPADC/</url>
            <location>Hardware Hacking Stage</location>
            
            <attendee>Kody Kinzie</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>7EGMWT@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-7EGMWT</pentabarf:event-slug>
            <pentabarf:title>Intro to Sewing Workshop</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T130000</dtstart>
            <dtend>20260627T150000</dtend>
            <duration>020000</duration>
            <summary>Intro to Sewing Workshop</summary>
            <description>Intro to sewing - Learn the basics In the cabin 4 people at a time. Teen or older. @ OlyMEGA Village</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/7EGMWT/</url>
            <location>OlyMEGA Village</location>
            
            <attendee>Angela Livermore</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>7997EE@@talks.toorcon.net</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-7997EE</pentabarf:event-slug>
            <pentabarf:title>Makerspace Open House</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20260627T150000</dtstart>
            <dtend>20260627T180000</dtend>
            <duration>030000</duration>
            <summary>Makerspace Open House</summary>
            <description>OlyMEGA brought a laser engraver / cutter,  vinyl cutter, 3-D printer&#x27; and other tools. Bring your own SVGs, images, and ideas and work with an Olymegan to burn or cut them into whatever material you choose. We will provide boards or vinyl sheets if you need them. First come first served. We can actively work with around three people at a time. @ OlyMEGA Village</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://talks.toorcon.net/toorcamp-2026/talk/7997EE/</url>
            <location>OlyMEGA Village</location>
            
            <attendee>Curtis Mack</attendee>
            
        </vevent>
        
    </vcalendar>
</iCalendar>
