Description
I was told that you could use RSA to sign messages instead of encrypting them. I tried to do the same with ElGamal. Can you check whether what I’ve done is secure?
Files
- docker-compose.yml
-
el-gamal-fait-1.py
1.06 KiB – cec61d1ae0f8ef555c92d79891651a768a05ae0fad2292f8c38d8d0fca6e09af
Author
JD
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2024-crypto-el-gamal-fait-1/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.