nullcipher: nullcipher

View source: R/nullcipher.R

nullcipherR 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))


ciphertext documentation built on April 4, 2025, 12:17 a.m.