Easily Encrypt and Decrypt Data Frame/Tibble Columns or Files using RSA Public/Private Keys
Assign
Decrypt a data frame or tibble column using an RSA public/private key
Decrypt a file
Decrypt ciphertext using an RSA public/private key
Encrypt a data frame or tibble column using an RSA public/private key
Encrypt a file
Encrypt a character vector using an RSA public/private key
encryptr: Encrypt and decrypt data frame or tibble columns using the s...
Create and write RSA private and public keys
Convert hexadecimal to raw
Pipe operator
Convert raw to hexadecimal
It is important to ensure that sensitive data is protected. This straightforward package is aimed at the end-user. Strong RSA encryption using a public/private key pair is used to encrypt data frame or tibble columns. A public key can be shared to allow others to encrypt data to be sent to you. This is particularly aimed a healthcare settings so patient data can be pseudonymised.
Useful links