# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rmonocypher" in publications use:' type: software license: MIT title: 'rmonocypher: Easy Encryption of R Objects using Strong Modern Cryptography' version: 0.1.8 doi: 10.32614/CRAN.package.rmonocypher abstract: 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 (). authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com - family-names: Vaillant given-names: Loup - family-names: Savage given-names: Michael - family-names: Scotomi given-names: Fabio repository: https://CRAN.R-project.org/package=rmonocypher repository-code: https://github.com/coolbutuseless/rmonocypher url: https://github.com/coolbutuseless/rmonocypher date-released: '2025-01-31' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com