atbash | R Documentation |
This can be used to create (encrypt) and solve (decrypt) an Atbash Cipher. An Atbash Cipher swaps letters' places in the alphabet. Thus, 'a' becomes 'z', 'b' becomes 'y', and so on. The function does not differentiate between the two.
The Atbash Cipher Wikipedia entry provides more information on the methods used: https://en.wikipedia.org/wiki/Atbash
atbash(x)
x |
A vector to be encoded or decoded. |
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.