From ca6376f09ab33c827737591dbece45c7cc752249 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Sat, 31 Mar 2018 15:34:06 +0200 Subject: [PATCH] docs: Add deterministic info to ciphers --- docs/ciphers/fractionated-morse.md | 1 + docs/ciphers/morse.md | 1 + docs/ciphers/pollux.md | 3 ++- docs/ciphers/rot.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ciphers/fractionated-morse.md b/docs/ciphers/fractionated-morse.md index 79b1e38..b61e549 100644 --- a/docs/ciphers/fractionated-morse.md +++ b/docs/ciphers/fractionated-morse.md @@ -5,6 +5,7 @@ ## Cipher behavior information * Case sensitive? ❌ +* Deterministic? ✓ * Alphabet: `ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 .,:;?-_()'=+/@` * Characters not in keyAlphabet will be: **omitted** or **throwing an error (default)** diff --git a/docs/ciphers/morse.md b/docs/ciphers/morse.md index c8b60f8..268df8f 100644 --- a/docs/ciphers/morse.md +++ b/docs/ciphers/morse.md @@ -6,6 +6,7 @@ ## Cipher behavior information * Case sensitive? ❌ +* Deterministic? ✓ * Alphabet: `ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 .,:;?-_()'=+/@` * Characters not in alphabet will be: **preserved**, **omitted** or **throwing an error (default)** diff --git a/docs/ciphers/pollux.md b/docs/ciphers/pollux.md index 57aa27c..3317fe4 100644 --- a/docs/ciphers/pollux.md +++ b/docs/ciphers/pollux.md @@ -6,7 +6,8 @@ ## Cipher behavior information -* Case sensitive? ❌ +* Case sensitive? ❌ (Keys are case sensitive though) +* Deterministic? ❌ * Alphabet: `ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 .,:;?-_()'=+/@` * Characters not in Alphabet will be: **throwing an error (default)** diff --git a/docs/ciphers/rot.md b/docs/ciphers/rot.md index ba3293c..2c027f1 100644 --- a/docs/ciphers/rot.md +++ b/docs/ciphers/rot.md @@ -6,6 +6,7 @@ the n-th letter/number after it. It's most common variation is *ROT-13* or *Caes ## Cipher behavior information * Case sensitive? ✓ +* Deterministic? ✓ * Alphabet: `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890` * Characters not in alphabet will be: **carried over**