Description
I’ve been told that in some cases, my signature service using ElGamal is even easier to attack. Show me how!
Files
- docker-compose.yml
-
el-gamal-fait-2.py
1.10 KiB – 6a3efe12a51c61ebbc13e7203b3203c7efa2538ed104a69f7907d400ac8c1d19
Author
JD
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2024-crypto-el-gamal-fait-2/docker-compose.public.yml -o docker-compose.yml
- Launch the challenge by executing in the same folder:
docker compose up
- Then, in another console, access the challenge with Netcat:
nc localhost 4000
In case you encounter problems, please consult the FAQ.
Flag
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.