Skip to content

Commit 2f39993

Browse files
authored
Update README.md
1 parent 3689f1f commit 2f39993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Author: Edgard Diaz
44
Date: 17th march 2020
55

6-
In this project I develop a plaintext file encryption using shift encryption or César encryption, this project was implemented in the Python programming language.
6+
In this project I develop a plaintext file encryption using shift encryption or César encryption,
7+
this project was implemented in the Python programming language.
78

89
To perform the Caesar cipher, the alphabet can be represented by modular arithmetic
910
by first transforming the letters into numbers, as shown below, A → 0, B → 1, ..., Z → 25.

0 commit comments

Comments
 (0)