Search for a tool
Tic-Tac-Toe Cipher

Tool to code / decode with the Tic-Tac-Toe cipher. The Tic-Tac-Toe code is a grid cipher, using symbols from the famous game Tic-Tac-Toe (or noughts and crosses or Xs and Os)

Results

Tic-Tac-Toe Cipher -

Tag(s) : Symbol Substitution

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Tic-Tac-Toe Cipher' tool for free! Thank you!

Tic-Tac-Toe Cipher

Tic-Tac-Toe Decoder

See also: Pigpen Cipher

Tic-Tac-Toe Encoder

 

Answers to Questions (FAQ)

How to encrypt using Tic-Tac-Toe cipher?

The Tic-Tac-Toe code uses the 3x3 grid of the game of the same name (also known as OXO grid). The grid is composed of 2 vertical lines and 2 horizontal lines delimiting 9 distinct spaces, ie. the character # (sharp) but in bigger.

In this grid are written the first 9 letters of the alphabet, then with crosses, the next 9, and with circles the last 8.

Example:

Achar(65)Bchar(66)Cchar(67)
Dchar(68)Echar(69)Fchar(70)
Gchar(71)Hchar(72)Ichar(73)
Jchar(74)Kchar(75)Lchar(76)
Mchar(77)Nchar(78)Ochar(79)
Pchar(80)Qchar(81)Rchar(82)
Schar(83)Tchar(84)Uchar(85)
Vchar(86)Wchar(87)Xchar(88)
Ychar(89)Zchar(90)
dCode.fr

Each letter is then symbolized by a symbol characterizing its location in the grid: 2 to 4 lines to indicate the position of the box and a point to indicate the position of the letter.

How to decrypt Tic-Tac-Toe cipher?

Decryption can be done visually via a drawing of the grid with paper and a pencil, replacing each symbol with the corresponding letter.

Example: char(84)char(73)char(67)char(84)char(65)char(67)char(84)char(79)char(69) is translated TICTACTOE

How to recognize a Tic-Tac-Toe ciphertext?

The symbols are very similar and must be reminiscent of the ridge grid, right angles, 2 to 4 perpendicular lines accompanied by a single point having 3 possible positions (left, center, right).

The symbols look like the Pigpen cipher which is similar.

Source code

dCode retains ownership of the "Tic-Tac-Toe Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "Tic-Tac-Toe Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Tic-Tac-Toe 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 "Tic-Tac-Toe Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cita dCode

The copy-paste of the page "Tic-Tac-Toe Cipher" or any of its results, is allowed (even for commercial purposes) as long as you cite dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Tic-Tac-Toe Cipher on dCode.fr [online website], retrieved on 2024-04-27, https://www.dcode.fr/tic-tac-toe-cipher

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Tic-Tac-Toe Cipher' tool for free! Thank you!


https://www.dcode.fr/tic-tac-toe-cipher
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback