powered by
Encrypt a character string given two numeric keys.
setcode(text, key1, key2)
A string
A numeric value between 1 and 25
A string, converted to lowercase and encrypted
# NOT RUN { setcode("hello world", 5, 16) # }
Run the code above in your browser using DataLab