Description
Provides ZENIT-POLAR Substitution Cipher Method of Encryption.
Description
Implementation of ZENIT-POLAR substitution cipher method of encryption using by default the TENIS-POLAR cipher. This last cipher of encryption became famous through the collection of Brazilian books "Os Karas" by the author Pedro Bandeira. For more details, see "A Cryptographic Dictionary" (GC&CS, 1944).
README.md
tenispolaR
Author :Adelmo Filho
License:GPL-3.0
Background
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.
Installation
You can install the development version from Github with devtools:
devtools::install_github("adelmofilho/tenispolaR")
Example
This is a basic example which shows ZENIT-POLAR substitution cipher method of encryption
x <- "orro o um psibinhe tisi er kisir: e ivorre der ceseir, e celpsisae der cisopir!"
encryption(x, key_from = "polar", key_to = "tenis")``