From c5fbb78a89cb50049205648ce827e9d88f10609b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 Apr 2017 17:58:55 +0300 Subject: utils: README update --- utils/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/README.md') 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 -- cgit v1.2.3