The Keymaker
50 points Medium

Jpeg comments can be very interesting.

The-Keymaker.jpg
Flag
Rating 4.57
5
4
3
2
1

Discussion

Protected
0

Cool and easy!

0

Fun and easy!

0

nice !

0

Damn this was a fun challenge

0
Protected
0

Wow, this one was really fun. Not just binwalk or steghide, but truly an upper-medium difficulty level! Really liked this challenge, thank you! Hint: when it comes to length, don't overthink it but be careful with it!

0

Glad you liked it, I enjoyed creating it.

0

i dont understand with -iv and -K, where i find them, i need them to solve, i get the clue : -iv SOF0 and -K SOS, what meaning that!!, help meee @kcbowhunter

0

You need to google jpeg file format, SOF0 is a certain block inside the jpeg image, SOS is 'start of scan'

1

I've found -sof0 and -iv in after using dump image on https://cyber.meme.tips/jpdump/#, then what should I input in -iv and -K? I've found the flag.enc file, so that the flag.enc file can be decrpyt? my problem is just because -iv and -K, help mee @kcbowhunter

0

you put the bytes in i.e. BAADF00D you need to research how many bytes are needed

1
Protected
-1

Ah finally, it was an awesome challange! Don't forget to put newline at the end of the flag.enc like me :p

0

Your key and iv are close but not quite correct. How many bytes are in the iv? You are short one byte. And the key is missing a few bytes at the start.

0

well I tried with the right iv but the problem was in my flag.enc, I didn't put a newline at the end of the file. It worked when I did.

0