powered by
Not usually called directly.
encrypt_vec(.data, public_key_path = "id_rsa.pub")
A vector, which if not a character vector is coerced to one.
Character. A quoted path to an RSA public key created using genkeys.
genkeys
A vector of ciphertexts.
# NOT RUN { hospital_number = c("1010761111", "2010761212") encrypt_vec(hospital_number) # }
Run the code above in your browser using DataLab