i'm ask what is the wrong if i used small key multiple times in OTP .?
for example :
key .. . 10 10 10 10 10 10
plain .. 11 01 01 11 01 00
cipher 01 11 11 01 11 10
what can hacker know about plain text in this situations??
i'm ask what is the wrong if i used small key multiple times in OTP .?
for example :
key .. . 10 10 10 10 10 10
plain .. 11 01 01 11 01 00
cipher 01 11 11 01 11 10
what can hacker know about plain text in this situations??
From your example, the adversary would know that the first bit and the third bit in the plaintext are different (bit shift of one another) since the first bit and the third bit in the ciphertext are different (bit shift of one another).