mirror of https://github.com/Ciphey/Ciphey.git
Updated Supported Ciphers (markdown)
parent
1837de1409
commit
ce0b7cb8e5
|
@ -1,10 +1,11 @@
|
||||||
Ciphey currently supports **46 encryptions, encodings, and hashes.**
|
Ciphey currently supports **47 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)
|
* ASCII shift (up to ROT127 with the full ASCII alphabet)
|
||||||
* Vigenère Cipher
|
* Vigenère Cipher
|
||||||
|
* Affine Cipher
|
||||||
* Binary Substitution Cipher (XY-Cipher)
|
* Binary Substitution Cipher (XY-Cipher)
|
||||||
* Transposition Cipher
|
* Transposition Cipher
|
||||||
* Pig Latin
|
* Pig Latin
|
||||||
|
@ -72,5 +73,4 @@ This is based on pull requests / support given in the Discord chat.
|
||||||
* Grade 1 Braille
|
* Grade 1 Braille
|
||||||
* Baconian
|
* Baconian
|
||||||
* Ook
|
* Ook
|
||||||
* Affine
|
|
||||||
* Vigenere (but in Python)
|
* Vigenere (but in Python)
|
Loading…
Reference in New Issue