What is a cipher identifier?
A cipher identifier is a tool that looks at an encrypted or encoded message and works out which cipher was most likely used to make it - without you needing the key. It doesn’t reveal the hidden message on its own; it points you at the right decoder. That’s the hard first step when you’re staring at a jumble of letters, numbers or symbols and don’t know where to start.
How do you identify a cipher?
You read its fingerprint. Two kinds of clue do most of the work:
- The character set. Only dots and dashes? Morse. Only 0s and 1s in eights? Binary. A tidy block of
A-Z a-z 0-9 + /ending in=? Base64. Numbers that never pass 26? A1Z26. Strange glyphs? A script alphabet like runes or braille. - The letter frequencies. For alphabetic ciphers the give-away is statistics. The index of coincidence tells a single-alphabet cipher (Caesar, Atbash, a substitution cryptogram) apart from a polyalphabetic one (Vigenère). Comparing the letter counts against normal English then separates a plain shift (Caesar) from a scrambled substitution alphabet.
How to identify which cipher is used
Paste the message above. The identifier runs those checks instantly and ranks the likely ciphers with a confidence score and a one-line reason for each - then links straight to the matching tool so you can decode it. Everything runs in your own browser; nothing you paste is ever sent anywhere or stored.
What if it says “Vigenère / polyalphabetic”?
That means the letters are too evenly spread for a single-alphabet cipher - a repeating-key cipher like Vigenère or Beaufort. You’ll need the keyword (or its length) to decode it; the identifier flags the family so you know which type of tool to reach for.
What cipher is this - can it always tell?
Not always. Very short messages don’t give the statistics enough to work with, and some hand ciphers are deliberately hard to distinguish. Treat the ranking as a strong shortlist, not a verdict - try the top suggestion’s decoder first, then work down.
Ready to decode? Open the full Codes & Ciphers console →