Learn R Programming

encryptr (version 0.1.4)

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")

Value

A character vector.

Arguments

.data

A vector of ciphertexts created using encrypt.

private_key_path

Character. A quoted path to an RSA private key created using genkeys.