Tool for decoding / encoding by describing the positions of the letters in a word XYZ = X1, Y2, Z3. A string of characters (a word, a sentence) can be described by indicating the rank of each character.
Letters Positions - dCode
Tag(s) : Cryptography
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!
Encryption is a kind of description of the text to be encoded. The word/string to be encoded is decomposed of characters/letters, the coding consists in indicating, next to each character, its rank/index in the string/word in order to form couples/pairs (letters-position).
Example: The message POSITION is composed of a P in position 1, then an O in position 2 etc. or P1,O2,S3,I4,T5,I6,O7,N8
To encode a secret message, a random mix of couples/pairs is recommended.
Decryption is a reading of couples (letters,position) and decoding consists of rewriting the characters in their place/number in the string.
Example: B2,C3,A1 stands for B in position 2, C in position 3 and A in position 1 or ABC
The message is composed of pairs (character,number).
Each number can theoretically appear only once.
Several variations are possible:
— Mix the pairs (the order does not change the decryption)
— Reverse position of positions and letters (letter, position) or (position, letter)
To encode a message according to the position of letters in the alphabet see the code A1Z26.
dCode retains ownership of the "Letters Positions" source code. Any algorithm for the "Letters Positions" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Letters Positions" 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 "Letters Positions" 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 "Letters Positions" 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: Letters Positions on dCode.fr [online website], retrieved on 2025-04-14,