decrypt_vec: Decrypt ciphertext using an RSA public/private key
Description
Not usually called directly. Password for private key required.
Usage
decrypt_vec(.data, private_key_path = "id_rsa")
Arguments
- .data
A vector of ciphertexts created using encrypt
.
- private_key_path
Character. A quoted path to an RSA private key
created using genkeys
.