Updated Supported Ciphers (markdown)

SkeletalDemise 2020-10-14 03:19:32 -07:00
parent 6a09d06005
commit 56686f2950
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
Ciphey currently supports **48 encryptions, encodings, and hashes.** Ciphey currently supports **49 encryptions, encodings, and hashes.**
# Basic Encryptions # Basic Encryptions
* Caesar Cipher * Caesar Cipher
@ -8,6 +8,7 @@ Ciphey currently supports **48 encryptions, encodings, and hashes.**
* Affine Cipher * Affine Cipher
* Binary Substitution Cipher (XY-Cipher) * Binary Substitution Cipher (XY-Cipher)
* Baconian Cipher (both variants) * Baconian Cipher (both variants)
* Soundex
* Transposition Cipher * Transposition Cipher
* Pig Latin * Pig Latin
@ -72,6 +73,5 @@ Ciphey supports 272 hashes.
# Current ciphers in the works # Current ciphers in the works
This is based on pull requests / support given in the Discord chat. This is based on pull requests / support given in the Discord chat.
* Grade 1 Braille * Grade 1 Braille
* Soundex
* Ook * Ook
* Vigenere (but in Python) * Vigenere (but in Python)