Author : Adelmo Filho
License: GPL-3.0
This package is a tribute to the 35 years of the publication of the collection of books “Os Karas” by the Brazilian author Pedro Bandeira.
You can install the development version from Github with devtools:
::install_github("adelmofilho/tenispolaR") devtools
This is a basic example which shows ZENIT-POLAR substitution cipher method of encryption
``` r x <- “orro o um psibinhe tisi er kisir: e ivorre der ceseir, e celpsisae der cisopir!”
encryption(x, key_from = “polar”, key_to = “tenis”)``