Didactic Scrambled Egg Cipher Warmup

Post Reply
Mütze
Posts: 23
Joined: Sun Oct 26, 2008 2:39 pm

Didactic Scrambled Egg Cipher Warmup

Post by Mütze »

Hi,

I wonder, if this challenge is somehow broken. My program for this challenge can
solve the pre-warmup challenge, even with a 16 byte key in less than a second.

But for this challenge, my program doesn't find a valid solution. I have only one
explanation: Are there some special characters in the plain text, which I might
not consider as valid characters?

Mütze
Mütze
Posts: 23
Joined: Sun Oct 26, 2008 2:39 pm

Post by Mütze »

Hi, I just solved this challenge:-)

You should ignore the last egg, to solve it. And yes, there are some more
special characters in the plaintext, which cannot be found in the pre-warmup
challenge.

BTW: The next 'Didactic Scrambled Egg Cipher' challenge doesn't show the full
code of the encryption algorithm, at least with konqueror.

Mütze
User avatar
Isaev
Posts: 39
Joined: Tue Dec 16, 2008 11:23 pm
Location: Germany

Post by Isaev »

"print eggs;" prints 3 bytes (without the first) or all 4?

ps: ah yes, the last line answered everything :)
rokurou
Posts: 5
Joined: Thu Apr 14, 2011 3:00 pm

Post by rokurou »

Hi,

i have the solution but it doesn't get accepted. I'm sure it should be right.
taw
Posts: 1
Joined: Fri Jul 25, 2014 12:39 pm

Post by taw »

What's the official decoding for this?

I wrote Z3 solver, and I got so much junk, there's pretty much no way to get it down to just sensible characters. Is it mixing l33t speak with it somehow?

I somehow got the answer part, but still no idea what's the real key and full decoding.
eulerscheZahl
Posts: 58
Joined: Thu Nov 29, 2012 7:45 pm
Location: Germany

Post by eulerscheZahl »

As you already solved it, you have access to the solver thread.
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Exactly. Please do not discuss the solution here, but feel free to do this in the "Challenges Solved" section instead. That's what it is there for.
User avatar
TheBigBoss
Posts: 29
Joined: Thu Jun 07, 2012 12:07 pm
Location: Germany

Post by TheBigBoss »

AMindForeverVoyaging wrote:Exactly. Please do not discuss the solution here, but feel free to do this in the "Challenges Solved" section instead. That's what it is there for.
Well, but after solving, this thread is given to me to discuss my solution. I think, this shouldn't be. Someone important should fix it...
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

TheBigBoss wrote:Well, but after solving, this thread is given to me to discuss my solution. I think, this shouldn't be. Someone important should fix it...
You could try to send a mail to adum:

adum at adum dot com

Unfortunately, there is nobody else who can do any maintenance on this website.
Post Reply