qqmiaiii {geocacheR}R Documentation

Encrypt a string using the Vigenere cipher

Description

This is a wrapper for vigenere where decrypt is set to FALSE

Usage

qqmiaiii(x, key, alphabet = standard_alphabet)

Arguments

x

A string to encrypt or decrypt

key

The encryption or decryption key

alphabet

A list of letters in lower and upper case

See Also

vigenere


[Package geocacheR version 0.1.0 Index]