Encrypts the values of a column in a tibble using the safer package.
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.