Page 1 of 1

Didactic Feedback Cipher Long 2

Posted: Fri Oct 22, 2010 5:05 pm
by Wixi
Hi everybody,

My question concerns the expression

Code: Select all

c = (txt[i] -> txt[i + 3]) ^ k
Imagining plaintext 'kotz' :
Does it mean instead of encrypting 'kotz', 'kotk' is XORed with the key???

Posted: Fri Oct 22, 2010 5:17 pm
by HugStuart
I haven't solved this one yet, but I think it means that the bytes i to i+3 should be xored with k (which is also 4 bytes long).

PS: Do you really think that this challenge is kotze? :lol:

Posted: Fri Oct 22, 2010 5:23 pm
by Wixi
Ok, this makes imo more sense, too, because i think,otherwise the legitimate 'receiver' wouldn't be able to reconstruct the original plaintext by only owning k and x...

no of course this challenge is no 'kotze' ;) no better word came to my mind...