nullcipher {ciphertext} | R Documentation |
nullcipher
Description
A null cipher is an encryption method where the plaintext is mixed with a large amount of non-cipher material (decoy).
Usage
nullcipher(phrase, index, encrypt = FALSE)
Arguments
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 |
Value
a string
References
https://en.wikipedia.org/wiki/Null_cipher
Examples
nullcipher("handy set false posts", c(1,2,3))
[Package ciphertext version 0.1.1 Index]