ソースを参照

README-en.md edited online with Bitbucket

コミット
6b11386e9e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md ファイルの表示

@@ -39,7 +39,7 @@ Before coming to the lab session you should have:
39 39
 
40 40
 ##Criptography
41 41
 
42
-Cryptography is the area of knowledge that studies the theory and methods that are used for protecting information so that non-authorized persons cannot understand it. A *cryptographic system* is a system that transforms a *clear text message* (a message that is understandable to humans) to a *cyphered* text (text that is unintelligible to unauthorized persons).  Authorized persons can *decypher* the *cyphered* text to obtain the original cleartext.
42
+*Cryptography* is the area of knowledge that studies the theory and methods that are used for protecting information so that non-authorized persons cannot understand it. A *cryptographic system* is a system that transforms a *clear text message* (a message that is understandable to humans) to a *cyphered* text (text that is unintelligible to unauthorized persons).  Authorized persons can *decypher* the *cyphered* text to obtain the original cleartext.
43 43
 
44 44
 ###The Ceasar Cypher
45 45