summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-13 08:40:42 +0000
committerJoe Carstairs <me@joeac.net>2024-11-13 08:40:42 +0000
commitf66e6d9e7336b779b2bb317c27963a2785e1a3de (patch)
treef586656dde15a6d26abe9dc955d4ffd70f83238a
parenta526b3a4136b13f40394e905476f5a32ec155afa (diff)
Gives team 1 a cipher example
-rw-r--r--team-1/.cipher-example.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/team-1/.cipher-example.txt b/team-1/.cipher-example.txt
new file mode 100644
index 0000000..cabaa37
--- /dev/null
+++ b/team-1/.cipher-example.txt
@@ -0,0 +1,18 @@
+= Cipher example
+
+Write out the 'from' cipher on top of the 'to' cipher. For example:
+
+zed bcu pqa rts wlx ymo nfj hvg ki
+lws tra qpu cbd ezi kgv hjf nom yx
+
+Then you encrypt your message by turning every letter in the top row into the
+letter directly beneath it in the bottom row. So 'z' becomes 'l', 'e' becomes
+'w', and so on.
+
+For example:
+
+hello world
+nwzzv evczs
+
+To decrypt it, of course, you have to go the opposite way.
+