Description Usage Arguments Value Author(s) Examples
View source: R/vector_endecrypt.R
Encrypt variable
1 | Encrypt(x, pub.key, encryption.type = "aes256")
|
x |
The variable to be encrypted |
pub.key |
key object. The public key object. Use the LoadKey funtion to load the public key and assign it |
encryption.type |
Refer PKI.encrypt function. The default is "aes256" |
Encrypted variable
"Revanth Nemani <raynemani@gmail.com>"
"Aditya Vikram <adyviky9@gmail.com>"
1 2 3 4 | ## Not run:
Encrypt(x = "abc", 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.