Description Usage Arguments Value Author(s) Examples
View source: R/column_endecrypt.R
Column encryption
1 | EncryptCol(x, pub.key, encryption.type = "aes256")
|
x |
List or Column. The column to encrypt |
pub.key |
Key Object. The public key object. Use the LoadKey function to load the public key and assign it |
encryption.type |
Refer PKI.encrypt function. The default is "aes256" |
Encrypted list or column
"Revanth Nemani <raynemani@gmail.com>"
"Aditya Vikram <adyviky9@gmail.com>"
1 2 3 4 5 6 7 8 | ## Not run:
EncryptCol(
x = airquality$Ozone,
pub.key = pubkey,
encryption.type = "aes256"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.