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:Mike Cheng [aut, cre, cph], Loup Vaillant [aut, cph], Michael Savage [aut, cph], Fabio Scotomi [aut, cph]

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

On CRAN:

Conda:

5.45 score 19 stars 4 scripts 125 downloads 6 exports 0 dependencies

Last updated from:dc300a0d6a. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK137
linux-devel-x86_64OK122
source / vignettesOK164
linux-release-arm64OK114
linux-release-x86_64OK107
macos-release-arm64OK116
macos-release-x86_64OK224
macos-oldrel-arm64OK88
macos-oldrel-x86_64OK247
windows-develOK108
windows-releaseOK90
windows-oldrelOK78
wasm-releaseFAIL89

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