Package: cyphr
Title: High Level Encryption Wrappers
Version: 1.1.4
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
RoxygenNote: 7.1.1
VignetteBuilder: rmarkdown, knitr
Encoding: UTF-8
Language: en-GB
NeedsCompilation: no
Packaged: 2022-06-20 09:55:38 UTC; rich
Author: Rich FitzJohn [aut, cre],
  Jai Ranganathan [ctb]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-20 11:30:02 UTC
Built: R 4.4.0; ; 2024-04-30 09:24:50 UTC; unix
