Skip to content

andyn/WormBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WormBox

An implementation of Finnish WW2 era Vigenère cipher "Salakirjoitusviivain", colloquially also known as "matolaatikko."

Known limitations

  • Uses a hardcoded letter sheet. Support for reading the key from a file exists.
  • Uses hardcoded 4th group PIAEL -3+1-3-4-2 scrambling when encrypting.
  • Uses hardcoded 4th group -3+1-3-4-2 when decrypting. The key order is brute-forced.
  • Does not support the second row of the ruler. Supported replacements:
    • Swedish numerals (1->ett, 2->tva, etc.)
    • Space encoded as X
    • Period encoded as W
    • Repeating character encoded as C.

Todo:

  • key generation

About

Python (half-complete) implementation of Finnish WW2 Vigenère cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages