secret-package: Share Sensitive Information in R Packages.

Description Details Author(s)

Description

Allow sharing sensitive information, for example passwords, API keys, or other information in R packages, using public key cryptography.

Details

A vault is a directory, typically inside an R package, that stores a number of secrets. Each secret is shared among a group of users. Users are identified using their public keys.

The package implements the following operations:

Author(s)

Gábor Csárdi and Andrie de Vries


secret documentation built on July 2, 2020, 1:49 a.m.