powered by
caesar encryption
caesar(word, key, decrypt = FALSE)
a string
Word or phrase to be encrypted
numeric key
If `FALSE` (default), the program ciphers the input word, If `TRUE`, the program decrypts it.
caesar("Hello", 1)
Run the code above in your browser using DataLab