gy_encrypt | R Documentation |
Encrypt and decrypt a pre-serialised object using goldeneye
gy_encrypt(
object,
users = character(0),
local_user = TRUE,
comment = "",
funs = gy_key_funs("identity")
)
gy_decrypt(object, run_custom = TRUE)
get_public_keys(users, type = "curve")
object |
the serialised object to encrypt |
users |
a character vector of (other) users within your current user group for whom the encrypted file will be decryptable. Alternatively, this can be a vector of paths/urls to public keys, or a mixture of the two. |
local_user |
should the current user also be able to decrypt thw file? |
comment |
an optional comment that will be sent (unencrypted) along with the file |
funs |
optional additional encryption steps: this must be the output of a call to |
run_custom |
should any custom decryption functions be run automatically? |
type |
the type of public key to return ("curve" or "ed") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.