Package: cyphr Title: High Level Encryption Wrappers Version: 1.1.7 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Jai", "Ranganathan", role = "ctb")) Description: Encryption wrappers, using low-level support from 'sodium' and 'openssl'. 'cyphr' tries to smooth over some pain points when using encryption within applications and data analysis by wrapping around differences in function names and arguments in different encryption providing packages. It also provides high-level wrappers for input/output functions for seamlessly adding encryption to existing analyses. License: MIT + file LICENSE URL: https://github.com/ropensci/cyphr, https://docs.ropensci.org/cyphr/ BugReports: https://github.com/ropensci/cyphr/issues Imports: getPass, openssl (>= 0.9.9), sodium (>= 1.2.1) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) VignetteBuilder: rmarkdown, knitr Encoding: UTF-8 Language: en-GB Config/testthat/edition: 3 Config/pak/sysreqs: libsodium-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-02-07 10:13:36 UTC RemoteUrl: https://github.com/ropensci/cyphr RemoteRef: master RemoteSha: 047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57 NeedsCompilation: no Packaged: 2026-07-01 08:17:06 UTC; root Author: Rich FitzJohn [aut, cre], Jai Ranganathan [ctb] Maintainer: Rich FitzJohn