Skip to content

Encrypts the values of a column in a tibble using the safer package.

Usage

encrypt_col(col, key)

Arguments

col

A vector. The column of the tibble whose values will be encrypted.

key

A list containing the private and public keys for encryption.

Value

A vector with the encrypted values.