Join EFF at DEF CON, Black Hat, and BSides Las Vegas
DEF CON 34 and EFF Tackle Corporate Tech Overreach at Annual Las Vegas Security Gathering
The Tech TL;DR:
- Community Defense: EFF is deploying tools like Privacy Badger and Certbot at DEF CON 34 to protect digital rights against corporate and government overreach.
- Open-Source Engineering: Collaboration with puzzlemasters Elegin and CryptoK brings technical challenges to conference attendees, reinforcing community-driven problem-solving.
Building Practical Tools for Immediate Privacy Protection
Technology remains fundamentally inseparable from modern workplaces, educational institutions, healthcare networks, the justice system, and democratic processes. According to EFF reports, while the organization’s legal advocacy makes a meaningful difference for privacy and free expression, fundamental rights cannot wait for the slow wheels of judicial systems to turn.
To secure infrastructure today, developers and privacy advocates deploy practical resources such as EFF’s Privacy Badger, Certbot, the Surveillance Self-Defense guide, and continuous security training initiatives directed at vulnerable populations.
# Audit active outbound sockets and resolve ESTABLISHED connections
ss -tulpn | grep ESTAB
# Execute a basic local interface packet capture for TLS SNI inspection
tcpdump -i eth0 -nn -v 'port 443'
Collaborative Challenges and Conference Engineering
At DEF CON 34, community engagement takes specialized technical forms. Artist Hannah Diaz designed the official EFF member t-shirt featuring the motto “Many Hands Make Light Work,” which incorporates a hidden online puzzle into its visual pattern. The cryptographic challenge was engineered by puzzlemasters Aaron Steimle, known as Elegin, and Kevin Hulin, known as CryptoK. Elegin is a longtime collaborator on the EFF shirt puzzle and a multiyear winner of the conference contest, while CryptoK is a crypto puzzle enthusiast who also develops challenges for the DEF CON Crypto and Privacy Village’s Gold Bug Contest.
This hands-on puzzle architecture reflects the broader ethos of the hacker community: combining rigorous curiosity with decentralized problem-solving. Alongside the conference apparel, members can access specialized gear including embroidered Privacy Badger sweatshirts and Automated License Plate Reader (ALPR)-focused “Claw Back” t-shirts, highlighting real-world surveillance vectors.
Securing Enterprise Infrastructure Against Centralized Overreach
The Editorial Kicker: Engineering Freedom into the Next Tech Stack
Technology should ultimately benefit everyone rather than merely consolidating power for institutional entities. Whether through developing zero-knowledge proofs, deploying open-source hardening scripts, or supporting frontline digital rights organizations like the EFF, the engineering community holds the technical capacity to reclaim digital sovereignty.