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 3672d59 commit b9f4089Copy full SHA for b9f4089
exercises/simple-cipher/description.md
@@ -59,10 +59,7 @@ substitution cipher a little more fault tolerant by providing a source
59
of randomness and ensuring that the key contains only lowercase letters.
60
61
If someone doesn't submit a key at all, generate a truly random key of
62
-at least 100 characters in length.
63
-
64
-If the key submitted is not composed only of lowercase letters, your
65
-solution should handle the error in a language-appropriate way.
+at least 100 alphanumeric characters in length.
66
67
## Extensions
68
0 commit comments