Search for a tool
Nihilist Cipher

Tool to decrypt/encrypt unsing the Nihilist cipher. The Nihilist Cipher is a variant of Polybius square, since it is a super-encryption of it.

Results

Nihilist Cipher -

Tag(s) : Poly-Alphabetic Cipher, GRID_CIPHER

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 'Nihilist Cipher' tool for free! Thank you!

Nihilist Cipher

Nihilist Cipher Decoder

 


Loading...
(if this message do not disappear, try to refresh this page)


 

See also: Polybius Cipher

Nihilists Encoder

 


Loading...
(if this message do not disappear, try to refresh this page)





See also: Polybius Cipher

Answers to Questions (FAQ)

What is the Nihilist cipher? (Definition)

The Nihilist cipher is an over-encryption of the Polybius square. It is first a transposition cipher into numbers over which is added an addition which transforms the cipher into a fractionated polyalphabetic cipher, in a certain way, similar to the Vigenere cipher, but with numbers.

How to encrypt using Nihilist cipher?

The nihilist's cipher uses a grid (usually 5x5 = 25 cells) that is filled with letters of the alphabet (often a deranged alphabet). For a 5x5 grid and the 26-letter latin alphabet, choose a letter to omit, often the J, V or W are omitted. The grid has digit headers for its rows and columns (typically 1 to 5).

Example:

\12345
1ABCDE
2FGHIJ
3KLMNO
4PQRST
5UVXYZ

To encrypt a text, it is necessary to replace each letter of the initial text, by its coordinates in the grid. Generally, the coordinates [row, column] (and more rarely [column, row]) are used. A numerical code consisting of pairs of digits is obtained.

Example: A is therefore coded 11 (because in row 1, column 1), E becomes 15 (row 1, column 5).

Example: The message to be encrypted: KREMLIN, which is therefore encoded 31,43,15,33,32,24,34

The particularity of the Nihilist cipher in relation to the Polybius cipher is its over-encryption. The nihilists use a key that is added for each couple of digits previously created.

The result of the addition is theoretically between 22 and 110. There are 2 ways of writing the result, either by separating the numbers (a space or a comma), or by concatenating them, in this way, for the 3-digits numbers keep only the last 2 digits (subtract 100 from sums that would be greater than 100).

Example: The key VODKA, which is coded 52,35,14,31,11, is added (value after value) to the encrypted text.

Example:

Plain MessageKREMLIN
Coded (Message) Letters31431533322434
Key (repeated)VODKAVO
Coded (Key) Letters52351431115235
Final Message (Addition)83782964437669

Example: The final encrypted message is 83782964437669

How to decrypt a Nihilist ciphertext?

Decryption requires to know the grid and the over-encryption key.

The message can have the form of a list of numbers (2 or 3 digits) or of a large series of digits, in the second case, separate them into pairs of 2 digits.

Example: The encrypted message 577066392880, the key CODE and the grid

\12345
1ABCDE
2FGHIJ
3KLMNO
4PQRST
5UVXYZ

To decrypt, the coded key is subtracted from each pair of 2 digits and each number obtained is replaced by the corresponding letter with these coordinates in the grid.

Example: The key CODE is coded with the grid 13,35,14,15, it is then subtracted from the message:

Coded Message577066392880
Coded Key (repeated)133514151335
Subtraction443552241545
Letter in the GridSOVIET

Example: The plain message is SOVIET.

How to recognize a Nihilist ciphertext?

In the general case of using a 5x5 grid with coordinates from 1 to 5, the message is composed of numbers with the following properties:

— If the encryption is without a separator, the numbers are between 00 and 99 and the message is composed of an even number of digits.

— If the encryption is with separating spaces, the numbers are between 22 and 110

— In all cases, the numbers 11,12,13,14,15,16,17,18,19,20,21,31,41,51,61,71,81,91 can never appear by addition because they contain only one ten or only one unit.

Any reference to Russia (USSR), tsars or Russians traditions is a clue.

The word nihilist is generally associated with a philisophic doctrine, but in Russian the word нигилизм has a Latin root meaning nothing.

How to decipher a nihilist text without key?

dCode analyzes the pairs of digits of the message to extract the potential additions that formed them. It is then possible to find all the possible combinations and to deduce the potential keys with the grid.

How to decipher a nihilist text without grid?

Assuming that the over-encryption key is known, it is possible to decode normally with a basic / random grid. The result will then be a mono-alphabetic substitution of the original message. Use dCode's monoalphabetic substitution tool to decrypt the message almost automatically.

What are the variants of the nihilist cipher?

It is possible to make several variants:

Inversion of coordinates: rather than using [row, column], it is possible to use [column,row].

Change of coordinates names: the digits from 1 to 5 can very well be mixed or replaced by other digits.

Multiple keys, it is possible to use several keys, summed successively, but this only extends the process time and does not complicate a brute-force attack.

When the Nihilists cipher was invented?

The Russian nihilist movement is described in the history textbooks as between 1855 and 1885.

Source code

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

Cite dCode

The copy-paste of the page "Nihilist 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):
Nihilist Cipher on dCode.fr [online website], retrieved on 2024-11-21, https://www.dcode.fr/nihilist-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 'Nihilist Cipher' tool for free! Thank you!


https://www.dcode.fr/nihilist-cipher
© 2024 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback