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