Didactic Feedback Cipher 2

Post Reply
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

Didactic Feedback Cipher 2

Post by gfoot »

Is this challenge really meant to have the same ciphertext as the previous one? The same answer doesn't work. :)
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

This time I can't solve it either :D
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

whoops, fixed!
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

adum wrote:whoops, fixed!
Thank you! I solved it. But it was very tough again!
The notable fact is that the sequence consists of odd number of characters.
the_impaler
Posts: 61
Joined: Wed Apr 30, 2008 3:31 am

Post by the_impaler »

Yeah, this is kind of a problem for me - why is it ending (or starting ? ) with half byte ?
Or it's Broken one again ?
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

whoops, it's not meant to have an odd number or chars! sorry guys, i messed up again. it's fixed now...

this time it really boggles my mind that it got solved in a broken state. i had forgotten to mod by 256 and numbers were getting bigger than a byte.

sorry again,
adum
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

Post by gfoot »

Yes, wow, nice one tails!
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

Sorry I should have pointed out the problem more clearly.

And please count me out next time when you validate your challenges. :D
the_impaler
Posts: 61
Joined: Wed Apr 30, 2008 3:31 am

Post by the_impaler »

That was good, tails!
gfoot did a nice job too to bring "Start" challenge to discuss.
Didactic Feedback Cipher Long 2 has a typo in description - one of those "k" should be "x" I presume.
User avatar
sabretooth
Posts: 61
Joined: Sun Jul 12, 2009 3:13 pm

Post by sabretooth »

great challenge once again adum.

tails, I take my hat off to you.

sabretooth
inQr
Posts: 2
Joined: Thu Mar 04, 2010 6:24 pm
Location: GER

Post by inQr »

Hi,

I think my algorithm is correct, but I only get gibberish. I tried to filter characters which ASCII values are between 0 and 150, but this leads to no result.

I already solved 'Didactic XOR Cipher 3' which is similar to this one. Does the plaintext looks like: your answer is '…'?
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

inQr wrote: I already solved 'Didactic XOR Cipher 3' which is similar to this one. Does the plaintext looks like: your answer is '…'?
No, it does not. And Didactic Feedback Cipher is actually more similar to this one. Just try to deduce n+1 from n and you'll get there :)
longxie
Posts: 4
Joined: Fri Jul 15, 2011 7:53 am

Post by longxie »

Hi guys, Is there a mistake in this challenge? Why the length of HEX string is 379?
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

If I counted correctly, the given string has a length of 124 single characters, which results in 124/2 = 62 ASCII characters.
longxie
Posts: 4
Joined: Fri Jul 15, 2011 7:53 am

Post by longxie »

I'm sorry, I made a mistake.

That I have said is about the "Didactic Feedback Cipher Long 2"
Post Reply