瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
c165f5df64
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      README-en.md

+ 0
- 1
README-en.md 查看文件

@@ -103,7 +103,6 @@ A main weakness of the Caesar cipher is that every letter in the cleartext messa
103 103
 | cleartext       | P | E | T |
104 104
 |-----------------|---|---|---|
105 105
 | keyword         | B | E | D |
106
-|-----------------|---|---|---|
107 106
 | ciphered text   | Q | I | X |
108 107
 
109 108
 **Figure 4.** Letter ‘P’ in the cleartext is shifted by 1 to ‘Q’  as indicated by the corresponding letter in the keyword (B).   Letter ‘E’ in the cleartext is shifted by 4 to ‘I’  as indicated by the corresponding letter in the keyword (E).   Letter ‘T’ in the cleartext is shifted by 3 to ‘X’  as indicated by the corresponding letter in the keyword (D).