ciphertext

R package for ciphering/deciphering words and phrases with classical techniques

https://github.com/luigi-annic/ciphertext

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R package for ciphering/deciphering words and phrases with classical techniques

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

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

2) Transposition ciphers

  • Rail fence
  • Scytale
  • Single column

3) Null (concealment) cipher

Installation

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

``` r

install.packages("devtools")

devtools::install_github("Luigi-Annic/ciphertext") ```

Owner

  • Login: Luigi-Annic
  • Kind: user

GitHub Events

Total
  • Push event: 15
Last Year
  • Push event: 15

Packages

  • Total packages: 1
  • Total downloads:
    • cran 172 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: ciphertext

Classical Cryptography Methods for Words and Phrases

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 172 Last month
Rankings
Dependent packages count: 27.5%
Dependent repos count: 33.9%
Average: 49.5%
Downloads: 87.0%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran