mirror of https://github.com/Ciphey/Ciphey.git
Updated Supported Ciphers (markdown)
parent
8dd08407cb
commit
7ae3729e31
|
@ -1,16 +1,13 @@
|
||||||
Ciphey currently supports **44 encryptions, encodings, and hashes.**
|
Ciphey currently supports **45 encryptions, encodings, and hashes.**
|
||||||
# Basic Encryptions
|
# Basic Encryptions
|
||||||
|
|
||||||
* Caesar Cipher
|
* Caesar Cipher
|
||||||
|
* ROT47 (up to ROT94 with the ROT47 alphabet)
|
||||||
* Vigenère Cipher
|
* Vigenère Cipher
|
||||||
* Binary Substitution Cipher (XY-Cipher)
|
* Binary Substitution Cipher (XY-Cipher)
|
||||||
* Transposition Cipher
|
* Transposition Cipher
|
||||||
* Pig Latin
|
* Pig Latin
|
||||||
|
|
||||||
* Reverse Cipher
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Modern Day Cryptography
|
# Modern Day Cryptography
|
||||||
* Repeating-key XOR
|
* Repeating-key XOR
|
||||||
|
@ -18,32 +15,29 @@ Ciphey currently supports **44 encryptions, encodings, and hashes.**
|
||||||
|
|
||||||
# Encodings
|
# Encodings
|
||||||
[Why do you have a lot of decoders?](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions#why-do-you-have-a-lot-of-encodings-you-should-work-on-real-world-ciphers-more)
|
[Why do you have a lot of decoders?](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions#why-do-you-have-a-lot-of-encodings-you-should-work-on-real-world-ciphers-more)
|
||||||
* Base8 (Octal)
|
* Base2 (Binary)
|
||||||
* Base10 (Decimal)
|
* Base8 (Octal)
|
||||||
* Base16 (Hexadecimal)
|
* Base10 (Decimal)
|
||||||
* Base32
|
* Base16 (Hexadecimal)
|
||||||
* Base58 Bitcoin
|
* Base32
|
||||||
* Base58 Ripple
|
* Base58 Bitcoin
|
||||||
* Base58 Flickr (release candidate stage)
|
* Base58 Flickr (release candidate stage)
|
||||||
* Base62
|
* Base58 Ripple
|
||||||
* Base64
|
* Base62
|
||||||
* Base64 URL (release candidate stage)
|
* Base64
|
||||||
* Base69
|
* Base64 URL (release candidate stage)
|
||||||
* Base85
|
* Base69
|
||||||
* Z85 (release candidate stage)
|
* Base85
|
||||||
* ASCII Base85
|
* Z85 (release candidate stage)
|
||||||
* Base91
|
* ASCII Base85
|
||||||
* Base65536 (release candidate stage)
|
* Base91
|
||||||
* ASCII
|
* Base65536 (release candidate stage)
|
||||||
* Binary
|
* ASCII
|
||||||
|
* Reversed text
|
||||||
* Morse Code
|
* Morse Code
|
||||||
|
|
||||||
* Morse Code with new lines
|
* Morse Code with new lines
|
||||||
* DNA codons (release candidate stage)
|
* DNA codons (release candidate stage)
|
||||||
|
|
||||||
* Atbash
|
* Atbash
|
||||||
|
|
||||||
* Standard Galactic Alphabet (aka Minecraft Enchanting Language)
|
* Standard Galactic Alphabet (aka Minecraft Enchanting Language)
|
||||||
* Leetspeak
|
* Leetspeak
|
||||||
* Baudot ITA2
|
* Baudot ITA2
|
||||||
|
@ -61,13 +55,9 @@ Ciphey currently supports **44 encryptions, encodings, and hashes.**
|
||||||
Ciphey supports 272 hashes.
|
Ciphey supports 272 hashes.
|
||||||
|
|
||||||
* MD5
|
* MD5
|
||||||
|
|
||||||
* SHA-1
|
* SHA-1
|
||||||
|
|
||||||
* SHA-256
|
* SHA-256
|
||||||
|
|
||||||
* SHA-384
|
* SHA-384
|
||||||
|
|
||||||
* SHA-512
|
* SHA-512
|
||||||
|
|
||||||
NOTE: Hashes are turned off right now due to some bugs with external services we cannot control.
|
NOTE: Hashes are turned off right now due to some bugs with external services we cannot control.
|
||||||
|
@ -79,4 +69,5 @@ NOTE: Hashes are turned off right now due to some bugs with external services we
|
||||||
# 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
|
||||||
* ROT47
|
* Baconian
|
||||||
|
* UUencode
|
Loading…
Reference in New Issue