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 |
Reference manual: | secrettext.pdf |
Package source: | secrettext_0.1.0.tar.gz |
Windows binaries: | r-devel: secrettext_0.1.0.zip, r-release: secrettext_0.1.0.zip, r-oldrel: secrettext_0.1.0.zip |
macOS binaries: | r-release: secrettext_0.1.0.tgz, r-oldrel: secrettext_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=secrettext to link to this page.