Skip to content

Instantly share code, notes, and snippets.

View aclemen1's full-sized avatar

Alain Clément aclemen1

  • University of Lausanne
  • Lausanne, Switzerland
View GitHub Profile
@aclemen1
aclemen1 / modulr-vault.Rmd
Last active May 20, 2017 22:32
'modulr/vault' -- Encrypt and Decrypt Sensitive Data.
# modulr/vault
`modulr/vault` allows to encrypt sensitive data (username, password,
credentials, etc.), which then can be safely embedded in a shareable or publicly
exposed module, and decrypted at runtime only. `modulr/vault` also takes care of
generating the cryptographic key required to cipher and decipher the data.
`modulr/vault` uses the
[AES-256 algorithm](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard).
## Installation