diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2017-09-27 12:43:21 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2017-09-27 12:43:21 +0200 |
| commit | 6602547e67bf0cccf8c4ade0091233b5d068dbe2 (patch) | |
| tree | 321f368d241b34dde95cb69f92867a78ffd598c0 | |
| parent | 8dec3b6817fa1c7558fd425d07215f6502b21956 (diff) | |
| download | ls47-6602547e67bf0cccf8c4ade0091233b5d068dbe2.tar.gz ls47-6602547e67bf0cccf8c4ade0091233b5d068dbe2.tar.bz2 | |
fixups
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -67,8 +67,8 @@ You may as well see the paper [1], there are also pictures. This is somewhat mor #### Encryption example with ascii images! ``` -1,2. Symmetric key with 3,4. we want to encrypt 'y'. - marker put on 'e' Look at the marker: +1,2. Symmetric key with 3,4. We want to encrypt 'y'. + marker put on 'e' Look at the marked tile: [e]f _ a b c d /-----\ l m g h i j k | | @@ -90,7 +90,7 @@ You may as well see the paper [1], there are also pictures. This is somewhat mor + * 7 8 9 , - + * 7 8 9 , - -7. Rotate the ciphertext 1 Now look at the ciphertext tile. +7. Rotate the ciphertext 1 Now look at the ciphertext tile: position down, also carry. [e]f _ a b , d /-----\ @@ -105,13 +105,13 @@ You may as well see the paper [1], there are also pictures. This is somewhat mor by ciphertext offset (2,3). - e f _ a i c d - l m g h ? j k - ( ) / : p ! ' - s t[n]o v q r - y z . u 2 w x - 5 6 0 1 9 3 4 - + * 7 8 b , - + e f _ a b , d + l m g h i c k + ( ) / : ? j ' + s t[n]o p ! r + y z . u v q x + 5 6 0 1 2 w 4 + + * 7 8 9 3 - ``` |
