Learn R Programming

secrettext (version 0.1.0)

Encrypt Text Using a Shifting Substitution Cipher

Description

Encrypt text using a simple shifting substitution cipher with setcode(), providing two numeric keys used to define the encryption algorithm. The resulting text can be decoded using decode() function and the two numeric keys specified during encryption.

Copy Link

Version

Install

install.packages('secrettext')

Monthly Downloads

179

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Danielle Quinn

Last Published

February 21st, 2020

Functions in secrettext (0.1.0)

decode

Decrypt a Message
setcode

Encrypt a message