Tool to decipher/decrypt/encrypt according to the rank of consonants and vowels. The latin alphabet consists of 6 vowels and 20 consonants, each of which can be coded by a row (from 1 to 6 for vowels and from 1 to 20 for consonants)
Consonants/Vowels Rank Cipher - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The encryption is based on the position of the vowels (AEIOUY) and consonants (BCDFGHJKLMNPQRSTVWXZ) in the alphabet.
1 | B | 2 | C | 3 | D | 4 | F | 5 | G | 6 | H | 7 | J | 8 | K | 9 | L | 10 | M |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11 | N | 12 | P | 13 | Q | 14 | R | 15 | S | 16 | T | 17 | V | 18 | W | 19 | X | 20 | Z |
1 | A | 2 | E | 3 | I | 4 | O | 5 | U | 6 | Y |
---|
With these tables, it is then possible to realize various substitutions/encryptions:
Consonants: Each consonant is encrypted by its rank (number indexed from 1 to 20).
Example: DCODE is then encoded: 3,2,O,3,E
Vowels: Each vowel is encrypted by its rank (number indexed from 1 to 6).
Example: DCODE is then encoded: DC4D2
Consonants and Vowels: For this case, it is necessary to distinguish the vowels by the prefix V and the consonants by the prefix C
Example: DCODE is then encoded C3C2V4C3V2
Deciphering requires replacing the numbers with the corresponding vowels or consonants.
1,2,3 may correspond to 'A, E, I' or 'B, C, D' according to the encryption mode
Example: C3C2V4C3V2 deciphers DCODE
The message is composed of numbers, in its most common version, there are many C and V to indicate consonants and vowels respectively.
dCode retains ownership of the "Consonants/Vowels Rank Cipher" source code. Any algorithm for the "Consonants/Vowels Rank Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Consonants/Vowels Rank Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Consonants/Vowels Rank Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Consonants/Vowels Rank Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Consonants/Vowels Rank Cipher on dCode.fr [online website], retrieved on 2025-04-16,