nullcipher | R Documentation |
A null cipher is an encryption method where the plaintext is mixed with a large amount of non-cipher material (decoy).
nullcipher(phrase, index, encrypt = FALSE)
phrase |
Word or phrase to be decrypted |
index |
letter of interest for each word in the phrase. Also a pattern vector can be entered. |
encrypt |
Only Decryption is possible for now, but will be updated in the future |
a string
https://en.wikipedia.org/wiki/Null_cipher
nullcipher("handy set false posts", c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.