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. Except explicit open source licence (indicated Creative Commons / free), the "Letters Positions" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Letters Positions" 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 "Letters Positions" 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):
Letters Positions on dCode.fr [online website], retrieved on 2024-11-21,