Description Usage Arguments Value Examples
Not usually called directly. Password for private key required.
1 | decrypt_vec(.data, private_key_path = "id_rsa")
|
.data |
A vector of ciphertexts created using |
private_key_path |
Character. A quoted path to an RSA private key
created using |
A character vector.
1 2 3 4 5 6 7 | ## Not run:
hospital_number = c("1010761111", "2010761212")
genkeys(file.path(tempdir(), "id_rsa") # temp directory for testing only
hospital_number_encrypted = encrypt_char(hospital_number)
decrypt_vec(hospital_number_encrypted)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.