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