Wording readme
This commit is contained in:
parent
b873c13bf2
commit
7cf55414b5
@ -136,7 +136,7 @@ future output.
|
||||

|
||||
|
||||
|
||||
Now, let's flip than a single bit in the input:
|
||||
Now, let's flip a single bit in the input:
|
||||
|
||||
One bit flipped, and again the corresponding ciphertext:
|
||||

|
||||
@ -148,15 +148,16 @@ Let's gif them together, to better see the difference:
|
||||
|
||||

|
||||
|
||||
As shown, flipping even a single bit, affects the entire ciphertext.
|
||||
|
||||
#### What about input longer a single block?
|
||||
#### What about input longer than a single block?
|
||||
|
||||
Input, and ciphertext:
|
||||

|
||||
|
||||

|
||||
|
||||
Notice how the ciphertext doesn't change until the block containing the bitflip is reached. This is a limitation of cipher block chaining.
|
||||
Notice how the ciphertext doesn't change until the block containing the bitflip is reached? This is a limitation of cipher block chaining.
|
||||
|
||||
### What about extreme inputs?
|
||||
How non-transparent is the cipher with extreme inputs? Even with a super problematic key?:
|
||||
|
Loading…
x
Reference in New Issue
Block a user