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
# As user-added comments (using the # character) will be removed when this file
10
+
# is regenerated, comments can be added via a `comment` key.
11
+
12
+
[b8bdfbe1-bea3-41bb-a999-b41403f2b15d]
13
+
description = "Random key cipher -> Can encode"
14
+
15
+
[3dff7f36-75db-46b4-ab70-644b3f38b81c]
16
+
description = "Random key cipher -> Can decode"
17
+
18
+
[8143c684-6df6-46ba-bd1f-dea8fcb5d265]
19
+
description = "Random key cipher -> Is reversible. I.e., if you apply decode in a encoded result, you must see the same plaintext encode parameter as a result of the decode method"
20
+
21
+
[defc0050-e87d-4840-85e4-51a1ab9dd6aa]
22
+
description = "Random key cipher -> Key is made only of lowercase letters"
23
+
24
+
[565e5158-5b3b-41dd-b99d-33b9f413c39f]
25
+
description = "Substitution cipher -> Can encode"
26
+
27
+
[d44e4f6a-b8af-4e90-9d08-fd407e31e67b]
28
+
description = "Substitution cipher -> Can decode"
29
+
30
+
[70a16473-7339-43df-902d-93408c69e9d1]
31
+
description = "Substitution cipher -> Is reversible. I.e., if you apply decode in a encoded result, you must see the same plaintext encode parameter as a result of the decode method"
32
+
33
+
[69a1458b-92a6-433a-a02d-7beac3ea91f9]
34
+
description = "Substitution cipher -> Can double shift encode"
35
+
36
+
[21d207c1-98de-40aa-994f-86197ae230fb]
37
+
description = "Substitution cipher -> Can wrap on encode"
38
+
39
+
[a3d7a4d7-24a9-4de6-bdc4-a6614ced0cb3]
40
+
description = "Substitution cipher -> Can wrap on decode"
41
+
42
+
[e31c9b8c-8eb6-45c9-a4b5-8344a36b9641]
43
+
description = "Substitution cipher -> Can encode messages longer than the key"
44
+
45
+
[93cfaae0-17da-4627-9a04-d6d1e1be52e3]
46
+
description = "Substitution cipher -> Can decode messages longer than the key"
0 commit comments