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. Except explicit open source licence (indicated Creative Commons / free), the "Consonants/Vowels Rank Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Consonants/Vowels Rank Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Consonants/Vowels Rank Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Consonants/Vowels Rank Cipher on dCode.fr [online website], retrieved on 2024-11-20,