-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Supported Ciphers
SkeletalDemise edited this page Oct 4, 2020
·
64 revisions
Ciphey currently supports 46 encryptions, encodings, and hashes.
- Caesar Cipher
- ROT47 (up to ROT94 with the ROT47 alphabet)
- ASCII shift (up to ROT127 with the full ASCII alphabet)
- Vigenère Cipher
- Binary Substitution Cipher (XY-Cipher)
- Transposition Cipher
- Pig Latin
- Repeating-key XOR
- Single XOR
Why do you have a lot of decoders?
- Base2 (Binary)
- Base8 (Octal)
- Base10 (Decimal)
- Base16 (Hexadecimal)
- Base32
- Base58 Bitcoin
- Base58 Flickr (release candidate stage)
- Base58 Ripple
- Base62
- Base64
- Base64 URL (release candidate stage)
- Base69
- Base85
- Z85 (release candidate stage)
- ASCII Base85
- Base91
- Base65536 (release candidate stage)
- ASCII
- Reversed text
- Morse Code
- Morse Code with new lines
- DNA codons (release candidate stage)
- Atbash
- Standard Galactic Alphabet (aka Minecraft Enchanting Language)
- Leetspeak
- Baudot ITA2
- URL encoding
- SMS Multi-tap
- DMTF (release candidate stage)
- A1Z26 (release candidate stage)
- Prisoner's Tap Code
- Brainfuck
Ciphey supports 272 hashes.
- MD5
- SHA-1
- SHA-256
- SHA-384
- SHA-512
NOTE: Hashes are turned off right now due to some bugs with external services we cannot control.
This is based on pull requests / support given in the Discord chat.
- Grade 1 Braille
- Baconian
- UUencode