Not usually called directly. Password for private key required.
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. |
Value
A character vector.
Examples