caesar {ciphertext} | R Documentation |
caesar
Description
caesar encryption
Usage
caesar(word, key, decrypt = FALSE)
Arguments
word |
Word or phrase to be encrypted |
key |
numeric key |
decrypt |
If 'FALSE' (default), the program ciphers the input word, If 'TRUE', the program decrypts it. |
Value
a string
Examples
caesar("Hello", 1)
[Package ciphertext version 0.1.0 Index]