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
4 changes: 2 additions & 2 deletions cryptography/notebooks/MonoAlphabeticAttack_Exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"outputs": [],
"source": [
"# encrypt the message using monoalphabetic cipher and decrypt the resulting ciphertext\n",
"# print pobth on screen\n",
"# print both on screen\n",
"\n",
"message = \"this is a top secret message\"\n",
"encrypted_message = None\n",
Expand Down Expand Up @@ -352,7 +352,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down