Learn R Programming

⚠️There's a newer version (0.1.1) of this package.Take me there.

ciphertext

cipheretext provides several solutions for ciphering and deciphering words or phrases with classical ciphering methods.

The methods currently implemented are:

  1. Substitution ciphers
  • Caesar
  • Vigenere
  • Affine
  • Atbash
  • Simple substitution
  • Polybius
  • Playfair
  1. Transposition ciphers
  • Rail fence
  • Scytale
  • Single column
  1. Null (concealment) cipher

Installation

You can install the development version of ciphertext from GitHub with:

# install.packages("devtools")
devtools::install_github("Luigi-Annic/ciphertext")

Copy Link

Version

Install

install.packages('ciphertext')

Monthly Downloads

156

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Luigi Annicchiarico

Last Published

December 20th, 2024

Functions in ciphertext (0.1.0)

caesar

caesar
polybius

polybius
scytale

scytale
singlecolumn

singlecolumn
atbash

atbash
affine

affine
railfence

railfence
nullcipher

nullcipher
playfair

playfair
simple_substitution

simple_substitution
vigenere

vigenere