secrettext: Encrypt Text Using a Shifting Substitution Cipher

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.

Version: 0.1.0
Imports: stringr, tidyr, dplyr, magrittr, testthat, rlang
Published: 2020-02-21
Author: Danielle Quinn
Maintainer: Danielle Quinn <danielle.quinn at mun.ca>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: secrettext results

Documentation:

Reference manual: secrettext.pdf

Downloads:

Package source: secrettext_0.1.0.tar.gz
Windows binaries: r-prerel: secrettext_0.1.0.zip, r-release: secrettext_0.1.0.zip, r-oldrel: secrettext_0.1.0.zip
macOS binaries: r-prerel (arm64): secrettext_0.1.0.tgz, r-release (arm64): secrettext_0.1.0.tgz, r-oldrel (arm64): secrettext_0.1.0.tgz, r-prerel (x86_64): secrettext_0.1.0.tgz, r-release (x86_64): secrettext_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=secrettext to link to this page.