Au Boolot

hardware FCSC 2023 solved on

star

Description

Your friend thinks he has revolutionized the field of boolean circuits conception with his new process only using XOR gates. This “greatly simplifies the manufacturing” as he says. One of his usecases would be a simplified generation of random functions with good cryprographic properties.

You tell him that this is a bad idea that introduces weaknesses in his circuits! He does not believe you and challenges you to guess a circuit randomly designed using his process. The game is simple: in seach session, he generates a new big secret circuit with 128 bits of input and 256 bits of output. You are allowed to ask some questions to get outputs from inputs you provide. After these questions, it is his turn to challenge you to guess the output associated to an input he provides. If you succeed, you have won!

Author

rbe

Challenge Instructions

  1. First, download docker-compose.yml:
    curl https://hackropole.fr/challenges/fcsc2023-hardware-au-boolot/docker-compose.public.yml -o docker-compose.yml
  2. Launch the challenge by executing in the same folder:
    docker compose up
  3. Then, in another console, access the challenge with Netcat:
    nc localhost 4000
⚠️ Important: You must solve the challenge by interacting with the Docker container through the exposed network port. Any other way is not considered valid.

In case you encounter problems, please consult the FAQ.

Flag

Share my success on Fediverse, Twitter, Linkedin, Facebook, or via email.

Submit your solution

You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.

You need to be logged in to submit a writeup.

Writeups

I've been looking for a long time and I still can't find the flag!

You can vote for the solutions you prefer by using the on their respective pages.

DateAuthor Language Tags Vote
2024-01-15
Themask149
🇫🇷