powered by
Encrypt or decrypt a string using a key
vigenere(x, key, decrypt = TRUE, alphabet = standard_alphabet)
A string to encrypt or decrypt
The encryption or decryption key
Are you decrypting an encrypted string?
A list of letters in lower and upper case
A string
# NOT RUN { vigenere("MN vdopf wq brcep zwtcd.", "midway") vigenere("My treasure is buried he... find it who may.", "La Bouche", decrypt = FALSE) # }
Run the code above in your browser using DataLab