ctf-writeup/2023/DaVinci CTF 2023/Vigenere XOR
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00
message feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

Vigenere XOR

Leonard forgot to tell you the key he used to encrypt his message.

Would you be able to recover the message he sent you ?

Flag format: dvCTF{[REDACTED]} found in the message

About the Challenge

We were given a file that contains encrypted message (You can download the file here)

How to Solve?

At first, I thought this is a binary but when I read the title I decided to decrypt the message using XOR decoder by dcode.fr. Use automatic bruteforce and then check the message that has been decrypted using 435239505430 key

flag

dvCTF{80R3D_K3Y_15_K3Y_MY_FR13ND}