secret-package {secret}R Documentation

Share Sensitive Information in R Packages.

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


[Package secret version 1.1.0 Index]