Package: secrettext 0.1.0
secrettext: Encrypt Text Using a Shifting Substitution Cipher
Encrypt text using a simple shifting substitution cipher with setcode(), providing two numeric keys used to define the encryption algorithm. The resulting text can be decoded using decode() function and the two numeric keys specified during encryption.
Authors:
secrettext_0.1.0.tar.gz
secrettext_0.1.0.zip(r-4.7)secrettext_0.1.0.zip(r-4.6)secrettext_0.1.0.zip(r-4.5)
secrettext_0.1.0.tgz(r-4.6-any)secrettext_0.1.0.tgz(r-4.5-any)
secrettext_0.1.0.tar.gz(r-4.7-any)secrettext_0.1.0.tar.gz(r-4.6-any)
secrettext_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
secrettext/json (API)
| # Install 'secrettext' in R: |
| install.packages('secrettext', repos = c('https://daniellequinn.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/daniellequinn/secrettext/issues
Last updated from:386e08f1ac. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 102 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | NOTE | 115 | ||
| macos-release-arm64 | NOTE | 116 | ||
| macos-oldrel-arm64 | NOTE | 125 | ||
| windows-devel | NOTE | 71 | ||
| windows-release | NOTE | 69 | ||
| windows-oldrel | NOTE | 71 | ||
| wasm-release | OK | 104 |
Dependencies:briocallrclicpp11crayondescdiffobjdplyrevaluatefsgenericsgluejsonlitelifecyclemagrittrpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6rlangrprojrootstringistringrtestthattibbletidyrtidyselectutf8vctrswaldowithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Decrypt a Message | decode |
| Encrypt a message | setcode |
