Didactic Feedback Cipher Long 2

Post Reply
Wixi
Posts: 2
Joined: Sun Oct 17, 2010 11:39 am

Didactic Feedback Cipher Long 2

Post 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???
HugStuart
Posts: 13
Joined: Sat Oct 25, 2008 4:51 pm

Post 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:
Wixi
Posts: 2
Joined: Sun Oct 17, 2010 11:39 am

Post 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...
Post Reply