diff options
Diffstat (limited to '')
-rw-r--r-- | utils/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/README.md b/utils/README.md index c4d9da8..3a8791c 100644 --- a/utils/README.md +++ b/utils/README.md @@ -130,9 +130,9 @@ ECB mode (namely, the fact that identical plaintext blocks get mapped to identical ciphertext blocks). This can be explicitly shown using 8-bit-per-pixel bitmaps: -Plaintext BMP | Encrypted in ECB mode | Encrypted in CBC mode ----------------- | --------------------- | --------------------- -![butterfly.bmp] | ![cipherfly_ecb.bmp] | ![cipherfly_cbc.bmp] +| Plaintext BMP | Encrypted in ECB mode | Encrypted in CBC mode +| ---------------- | --------------------- | --------------------- +| ![butterfly.bmp] | ![cipherfly_ecb.bmp] | ![cipherfly_cbc.bmp] [butterfly.bmp]: bmp/butterfly.bmp [cipherfly_ecb.bmp]: bmp/cipherfly_ecb.bmp |