Updated Supported Ciphers (markdown)

SkeletalDemise 2020-10-04 15:26:41 -07:00
parent 7ae3729e31
commit 91d11606ad
1 changed files with 2 additions and 1 deletions

@ -1,8 +1,9 @@
Ciphey currently supports **45 encryptions, encodings, and hashes.** Ciphey currently supports **46 encryptions, encodings, and hashes.**
# Basic Encryptions # Basic Encryptions
* Caesar Cipher * Caesar Cipher
* ROT47 (up to ROT94 with the ROT47 alphabet) * ROT47 (up to ROT94 with the ROT47 alphabet)
* ASCII shift (up to ROT127 with the full ASCII alphabet)
* Vigenère Cipher * Vigenère Cipher
* Binary Substitution Cipher (XY-Cipher) * Binary Substitution Cipher (XY-Cipher)
* Transposition Cipher * Transposition Cipher