Package: cipheR 1.0.0
cipheR: Encryption and Decryption with Text Ciphers
Encrypts and decrypts using basic ciphers. None of these should be used in place of real encryption using state of the art tools. The ciphers included use methods described in the ciphers's Wikipedia and cryptography hobby websites.
Authors:
cipheR_1.0.0.tar.gz
cipheR_1.0.0.zip(r-4.5)cipheR_1.0.0.zip(r-4.4)cipheR_1.0.0.zip(r-4.3)
cipheR_1.0.0.tgz(r-4.4-any)cipheR_1.0.0.tgz(r-4.3-any)
cipheR_1.0.0.tar.gz(r-4.5-noble)cipheR_1.0.0.tar.gz(r-4.4-noble)
cipheR_1.0.0.tgz(r-4.4-emscripten)cipheR_1.0.0.tgz(r-4.3-emscripten)
cipheR.pdf |cipheR.html✨
cipheR/json (API)
NEWS
# Install 'cipheR' in R: |
install.packages('cipheR', repos = c('https://guslipkin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/guslipkin/cipher/issues
Last updated 2 years agofrom:a9b983073c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:atbashcaesarrailfencerunning_keyvigenere
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Encrypt or decrypt an Atbash Cipher | atbash |
Encrypt or decrypt a Caesar Cipher | caesar |
Encrypt or decrypt a Railfence Cipher | railfence |
Encrypt or decrypt a Running Key Vigenere Cipher | running_key |
Encrypt or decrypt a Vigenere Cipher | vigenere |