Description Usage Arguments Value Examples
Polyalphabetic(many ways to substitute letters) monogramic(letter by letter) cipher. Similar to Vigenere, but encrypt and decrypt are the same function.
1 | beaufort(msg, key, alf_size = 26)
|
msg |
Message. |
key |
Password. |
alf_size |
Alphabet size. |
Encrypted message.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.