We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c804d commit a1205c5Copy full SHA for a1205c5
exercises/practice/simple-cipher/.meta/config.json
@@ -30,7 +30,7 @@
30
".meta/example.py"
31
]
32
},
33
- "blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.",
+ "blurb": "Implement the Vigenère cipher, a simple substitution cipher.",
34
"source": "Substitution Cipher at Wikipedia",
35
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
36
}
0 commit comments