Description Usage Arguments Value Author(s) Examples
View source: R/vector_endecrypt.R
Decrypt variable
1 | Decrypt(x, prv.key, encryption.type = "aes256")
|
x |
The variable to be decrypted |
prv.key |
key object. The private key object. Use the LoadKey funtion to load the private 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:
Decrypt(x = Encrypted_object, prv.key = prvkey, encryption.type = "aes256")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.