ciphertext
R package for ciphering/deciphering words and phrases with classical techniques
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
- Host: GitHub
- Owner: Luigi-Annic
- Language: R
- Default Branch: main
- Homepage: https://CRAN.R-project.org/package=ciphertext
- Size: 83 KB
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
- Repositories: 1
- Profile: https://github.com/Luigi-Annic
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
- Homepage: https://github.com/Luigi-Annic/ciphertext
- Documentation: http://cran.r-project.org/web/packages/ciphertext/ciphertext.pdf
- License: GPL-3
-
Latest release: 0.1.1
published over 1 year ago
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