commit ebc02afc41d298c49b72c6a9cf4ee139626e9675
parent b06ba7c0b479970332d04bd7b28377dc2faec7f8
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 22 Dec 2019 16:34:48 -0500
Start work on cryptanalysis challenges project
Diffstat:
2 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -134,6 +134,15 @@ kbd {
font-weight: bold;
}
+.spoiler {
+ color: black;
+ background-color:black;
+}
+
+.spoiler:hover{
+ color: white;
+}
+
.wrap {
display: inline-block;
max-width: 42%;
diff --git a/pages/projects/cryptanalysis-challenges.md b/pages/projects/cryptanalysis-challenges.md
@@ -0,0 +1,57 @@
+## Cryptanalysis Challenge
+
+[//]: # ""
+
+[//]: # "base.min.css"
+
+[//]: # ""
+
+I noticed a distinct lack of cryptanalysis challenges when I was searching for
+some practice problems on the internet so I've decided to create a page of them.
+Some of these challenges will be easy and some will be difficult depending on
+your level of familiarity with cryptanalysis. It's quite difficult to judge
+the level of difficulty of the challenges, so I haven't attempted to.
+
+There are challenges below for many of the common cipher methods. They are all
+supposed to be solvable by hand. If there is a specific cipher that you want me
+to create challenges for, [send me an email](mailto:feedback@paritybit.ca). New
+challenges will be posted occasionally, so check back once a month or so to see
+if there is anything new.
+
+### A1Z26
+
+
+
+### ADFGVX
+
+### Affine
+
+### Atbash
+
+### Alberti
+
+### Bifid
+
+### Book
+
+### Caesar
+
+### Enigma
+
+### Fractionated Morse Code
+
+### Mono-alphabetic Substitution
+
+### Playfair
+
+### Rot-5
+
+### Rot-13
+
+### RSA (Simple)
+
+### Transposition
+
+### Vigenère
+
+### XOR