powered by
Returns a message encrypted by ZENIT-POLAR substitution cipher method of encryption using by default TENIS-POLAR key.
encryption(x, key_from = "tenis", key_to = "polar")
message to encrypt
first one-way cipher
second one-way cipher
encrypted message
This kind of encryption replace the nth character of 1th key to the nth character of 2nd key and vice versa.
# NOT RUN { x <- "orro o um psibinhe tisi er kisir: e ivorre der ceseir, e celpsisae der cisopir!" encryption(x, key_from = "polar", key_to = "tenis") # }
Run the code above in your browser using DataLab