Package: rmonocypher Type: Package Title: Easy Encryption of R Objects using Strong Modern Cryptography Version: 0.1.8 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Loup", "Vaillant", role = c("aut", "cph"), comment = "Author and copyright holder of the included 'monocyper' library"), person("Michael", "Savage", role = c("aut", "cph"), comment = "Author and copyright holder of the included 'monocyper' library"), person("Fabio", "Scotomi", role = c("aut", "cph"), comment = "Author and copyright holder of the included 'monocyper' library") ) Maintainer: Mike Cheng Description: Encrypt R objects to a raw vector or file using modern cryptographic techniques. Password-based key derivation is with 'Argon2' (). Objects are serialized and then encrypted using 'XChaCha20-Poly1305' () which follows RFC 8439 for authenticated encryption (). Cryptographic functions are provided by the included 'monocypher' 'C' library (). URL: https://github.com/coolbutuseless/rmonocypher BugReports: https://github.com/coolbutuseless/rmonocypher/issues License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Depends: R (>= 4.1.0) Copyright: This package includes the 'monocypher' library written by Loup Vaillant, Michael Savage and Fabio Scotomi. This library is included under its CC-0 license. See file 'inst/LICENSE-monocypher.md' for detailed licensing information. Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-01-31 20:53:42 UTC RemoteUrl: https://github.com/coolbutuseless/rmonocypher RemoteRef: HEAD RemoteSha: dc300a0d6abac98a1f15275cd4da543db0bd1a19 NeedsCompilation: yes Packaged: 2026-05-31 06:03:49 UTC; root Author: Mike Cheng [aut, cre, cph], Loup Vaillant [aut, cph] (Author and copyright holder of the included 'monocyper' library), Michael Savage [aut, cph] (Author and copyright holder of the included 'monocyper' library), Fabio Scotomi [aut, cph] (Author and copyright holder of the included 'monocyper' library)