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 <mikefc@coolbutuseless.com>
Description: 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>).
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 (>= 3.4.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
NeedsCompilation: yes
Packaged: 2025-01-30 10:03:19 UTC; mike
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)
Repository: CRAN
Date/Publication: 2025-01-31 11:10:02 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2025-02-15 11:14:02 UTC; unix
Archs: rmonocypher.so.dSYM
