mirror of https://github.com/Ciphey/Ciphey.git
Updated Supported Ciphers (markdown)
parent
6a09d06005
commit
56686f2950
|
@ -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)
|
Loading…
Reference in New Issue