powered by
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)
a string
Word or phrase to be decrypted
letter of interest for each word in the phrase. Also a pattern vector can be entered.
Only Decryption is possible for now, but will be updated in the future
https://en.wikipedia.org/wiki/Null_cipher
nullcipher("handy set false posts", c(1,2,3))
Run the code above in your browser using DataLab