From 91d11606ade27e1d3f05373d6f49157d3c01c2be Mon Sep 17 00:00:00 2001 From: SkeletalDemise Date: Sun, 4 Oct 2020 15:26:41 -0700 Subject: [PATCH] Updated Supported Ciphers (markdown) --- Supported-Ciphers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Supported-Ciphers.md b/Supported-Ciphers.md index 5aeb613..b07794b 100644 --- a/Supported-Ciphers.md +++ b/Supported-Ciphers.md @@ -1,8 +1,9 @@ -Ciphey currently supports **45 encryptions, encodings, and hashes.** +Ciphey currently supports **46 encryptions, encodings, and hashes.** # Basic Encryptions * Caesar Cipher * ROT47 (up to ROT94 with the ROT47 alphabet) +* ASCII shift (up to ROT127 with the full ASCII alphabet) * Vigenère Cipher * Binary Substitution Cipher (XY-Cipher) * Transposition Cipher