Monday, November 25, 2013

Code 63 : Nihilist Cipher

Nihilist Cipher


Background

The Nihilists were a Russian group who fought against the Tsar regime in the 1880s.1

Principle

The cipher is based on the Polybius cipher. The message as well as the key are encoded with the Polybius cipher and the results are added.
If the message "GEHEIMNIS" should be encoded and the key would be "KEY", than a Polybious matrix may look like this:
 12345
1QWERT
2ZUI/JOP
3ASDFG
4HKLYX
5CVBNM
Encoding the message as well as the key according to this matrix results in:
Row314125523
Column531335432

Message:    "35 13 41 13 23 55 54 23 32"
Key:              "42 13 44 42 13 44 42 13 44"
Ciphertext:  "77 26 85 55 36 99 96 36 76"

Security

The Nihilist cipher can be roughly described as a numeric version of the Vigenère cipher and therefore is vulnerable to similar cracking strategies.

Weblinks


References

1 Kippenhan, Rudolf: "Verschlüsselte Botschaften", Nikol, 2006,  P. 127

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.