Description Usage Arguments Examples
Vigenere cipher can be decrypted without the key. First find the key length. Then divide ciphertext into as many sub-ciphertexts as the key length.
1 | kasiski(msg, freq, lenkey = 0)
|
msg |
Ciphertext. |
freq |
Letter's frequency in the message's language. |
lenkey |
Key length can be provided to avoid compute it. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.