This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Sharing secrets in R packages safely

Words
56
Reading
1 min
Listen
Play
9y

Here's a new package that I just found out about that allows for the storage of easy storage of secrets in an R project using public key encryption. This would, for example, be useful for internal corporate packages that are hosted on Github, where you don't want to store plaintext credentials for e.g. servers.

Sharing secrets in R packages safely | Ecency