Package: rmonocypher 0.1.8
rmonocypher: Easy Encryption of R Objects using Strong Modern Cryptography
Encrypt R objects to a raw vector or file using modern cryptographic techniques. Password-based key derivation is with 'Argon2' (<https://en.wikipedia.org/wiki/Argon2>). Objects are serialized and then encrypted using 'XChaCha20-Poly1305' (<https://en.wikipedia.org/wiki/ChaCha20-Poly1305>) which follows RFC 8439 for authenticated encryption (<https://en.wikipedia.org/wiki/Authenticated_encryption>). Cryptographic functions are provided by the included 'monocypher' 'C' library (<https://monocypher.org>).
Authors:
rmonocypher_0.1.8.tar.gz
rmonocypher_0.1.8.zip(r-4.7)rmonocypher_0.1.8.zip(r-4.6)rmonocypher_0.1.8.zip(r-4.5)
rmonocypher_0.1.8.tgz(r-4.6-x86_64)rmonocypher_0.1.8.tgz(r-4.6-arm64)rmonocypher_0.1.8.tgz(r-4.5-x86_64)rmonocypher_0.1.8.tgz(r-4.5-arm64)
rmonocypher_0.1.8.tar.gz(r-4.7-arm64)rmonocypher_0.1.8.tar.gz(r-4.7-x86_64)rmonocypher_0.1.8.tar.gz(r-4.6-arm64)rmonocypher_0.1.8.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
rmonocypher/json (API)
NEWS
| # Install 'rmonocypher' in R: |
| install.packages('rmonocypher', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/rmonocypher/issues
Last updated from:dc300a0d6a. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 137 | ||
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 164 | ||
| linux-release-arm64 | OK | 114 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 116 | ||
| macos-release-x86_64 | OK | 224 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| macos-oldrel-x86_64 | OK | 247 | ||
| windows-devel | OK | 108 | ||
| windows-release | OK | 90 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | FAIL | 89 |
Exports:argon2decryptdecrypt_rawencryptencrypt_rawrbyte
Dependencies:
Encrypting with Additional Data
Rendered fromadditional-data.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2025-01-30
Started: 2024-05-27
Encryption Keys
Rendered fromencryption-keys.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2025-01-30
Started: 2024-05-28
Technical Notes
Rendered fromtechnical-notes.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2024-05-28
Started: 2024-05-28
