Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cryptography/notebooks/Ciphers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now they key is a 26 character string, in this case \"etckfuswqjgnaopybxmvhzdlir\". This is difficult very to guess!. In the first exercice you'll learn how to break this code, at least, partially. Let's code the encryption/decryption algorithms"
"Now the key is a 26 character string, in this case \"etckfuswqjgnaopybxmvhzdlir\". This is very difficult to guess!. In the first exercice you'll learn how to break this code, at least, partially. Let's code the encryption/decryption algorithms"
]
},
{
Expand Down