You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
Author: Edgard Diaz
4
4
Date: 17th march 2020
5
5
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.
7
8
8
9
To perform the Caesar cipher, the alphabet can be represented by modular arithmetic
9
10
by first transforming the letters into numbers, as shown below, A → 0, B → 1, ..., Z → 25.
0 commit comments