scytale | R Documentation |
The Scytale is a transposition cipher The diameter of the Scytale (the number of turns) can be regarded as the key of the cipher.
scytale(word, key = 3, encrypt = TRUE)
word |
Word or phrase to be encrypted or decrypted |
key |
Number of turns of the band |
encrypt |
If 'TRUE' (default), the program ciphers the input word, If 'FALSE', the program decrypts it. |
a string
https://en.wikipedia.org/wiki/Scytale
scytale('we are discovered flee at once',3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.