Description
Classical Cryptography Methods for Words and Phrases.
Description
Classical cryptography methods for words and brief phrases. Substitution, transposition and concealment (null) ciphers are available, like Caesar, Vigenère, Atbash, affine, simple substitution, Playfair, rail fence, Scytale, single column, bifid, trifid, and Polybius ciphers.
README.md
ciphertext
cipheretext provides several solutions for ciphering and deciphering words or phrases with classical ciphering methods.
The methods currently implemented are:
- Substitution ciphers
- Caesar
- Vigenere
- Affine
- Atbash
- Simple substitution
- Polybius
- Playfair
- Transposition ciphers
- Rail fence
- Scytale
- Single column
- Null (concealment) cipher
Installation
You can install the development version of ciphertext from GitHub with:
# install.packages("devtools")
devtools::install_github("Luigi-Annic/ciphertext")