railfence | R Documentation |
This can be used to create (encrypt) and solve (decrypt) a Railfence Cipher. A Railfence Cipher maps each letter to a cosine wave of the specified height where each letter resides at an integer rail height.
The Railfence Cipher Wikipedia entry provides more information on the methods used: https://en.wikipedia.org/wiki/Rail_fence_cipher
railfence(x, n = 1, decrypt = FALSE)
x |
A vector to be encoded or decoded. |
n |
(Default: |
decrypt |
(Default: |
A character vector of length one that has been transformed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.