This is useful if you want to email secrets to your collaborators. It's only suitable for short-term communication because there's no way to re-encrypt the strings if the master key changes (i.e. when you add or remove users).
1 2 3 | encrypt_string(x, vault = NULL)
decrypt_string(x, vault = NULL)
|
1 2 3 4 5 6 | ## Not run:
enc <- encrypt_string("This string is encrypted")
enc
decrypt_string(enc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.