Pencil-paper safe cryptography
Here we discuss the cryptosystems which played an important role in various battles and the world wars. These were considered secure against humans with only pencil and paper.
To get started, one can consider the following resources:
Posted on August 29, 2021
Substitution is a function which uses a set of rules to transform elements of a sequence into a new sequence using a set of rules which “translate” from the original sequence to its transformation. The easiest substitution is given when each character is replaced by exactly one other character. This encryption can be broken with statistical methods because in every language characters appear with a particular probability.
Posted on September 19, 2021
Permutation of a set $X$ is a bijective function $\sigma : X \to X$ that for each element $x \in X$ assigns a unique value $\sigma(x) \in X$. A transposition is a permutation of two elements and any permutation is also a product of transpositions.