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.5)rmonocypher_0.1.8.zip(r-4.4)rmonocypher_0.1.8.zip(r-4.3)
rmonocypher_0.1.8.tgz(r-4.5-x86_64)rmonocypher_0.1.8.tgz(r-4.5-arm64)rmonocypher_0.1.8.tgz(r-4.4-x86_64)rmonocypher_0.1.8.tgz(r-4.4-arm64)rmonocypher_0.1.8.tgz(r-4.3-x86_64)rmonocypher_0.1.8.tgz(r-4.3-arm64)
rmonocypher_0.1.8.tar.gz(r-4.5-noble)rmonocypher_0.1.8.tar.gz(r-4.4-noble)
rmonocypher.pdf |rmonocypher.html
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:

5.20 score 15 stars 4 scripts 6 exports 0 dependencies

Last updated 20 days agofrom:dc300a0d6a. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 31 2025
R-4.5-win-x86_64OKJan 31 2025
R-4.5-mac-x86_64OKJan 31 2025
R-4.5-mac-aarch64OKJan 31 2025
R-4.5-linux-x86_64OKJan 31 2025
R-4.4-win-x86_64OKJan 31 2025
R-4.4-mac-x86_64OKJan 31 2025
R-4.4-mac-aarch64OKJan 31 2025
R-4.3-win-x86_64OKJan 31 2025
R-4.3-mac-x86_64OKJan 31 2025
R-4.3-mac-aarch64OKJan 31 2025

Exports:argon2decryptdecrypt_rawencryptencrypt_rawrbyte

Dependencies:

Encrypting with Additional Data

Rendered fromadditional-data.Rmdusingknitr::rmarkdownon Jan 31 2025.

Last update: 2025-01-30
Started: 2024-05-27

Encryption Keys

Rendered fromencryption-keys.Rmdusingknitr::rmarkdownon Jan 31 2025.

Last update: 2025-01-30
Started: 2024-05-28

Technical Notes

Rendered fromtechnical-notes.Rmdusingknitr::rmarkdownon Jan 31 2025.

Last update: 2024-05-28
Started: 2024-05-28