powered by
Decrypt a character string generated with setcode() given two numeric keys.
decode(text, key1, key2)
A string
A numeric value between 1 and 25
A string, converted to lowercase and decrypted
# NOT RUN { # string argument as output of setcode() decode(setcode("hello world", 5, 16), 5, 16) # string argument as user defined character string decode("cjakx preik", 5, 16) # }
Run the code above in your browser using DataLab