-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: cyphr
Title: High Level Encryption Wrappers
Version: 1.1.7
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
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