forked from SurgicalInformatics/encryptr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.3 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
32
33
Package: encryptr
Type: Package
Title: Easily Encrypt and Decrypt Data Frame/Tibble Columns or Files using RSA Public/Private Keys
Version: 0.1.3
Authors@R: c(
person(given = "Cameron", family = "Fairfield", role = c("aut"), email = "cameron.fairfield@ed.ac.uk"),
person(given = "Riinu", family = "Ots", role = c("aut")),
person(given = "Stephen", family = "Knight", role = c("aut")),
person(given = "Tom", family = "Drake", role = c("aut")),
person(given = "Ewen", family = "Harrison", role = c("aut", "cre"), email = "ewen.harrison@ed.ac.uk")
)
Maintainer: Ewen Harrison <ewen.harrison@ed.ac.uk>
Description: It is important to ensure that sensitive data is protected.
This straightforward package is aimed at the end-user.
Strong RSA encryption using a public/private key pair is used to encrypt data frame or tibble columns.
A public key can be shared to allow others to encrypt data to be sent to you.
This is particularly aimed a healthcare settings so patient data can be pseudonymised.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/SurgicalInformatics/encryptr/issues
URL: https://github.com/SurgicalInformatics/encryptr
Imports:
dplyr,
knitr,
openssl,
purrr,
readr,
rlang
RoxygenNote: 6.1.0
Suggests:
testthat,
withr