Description Usage Arguments Value Author(s) Examples
Data frame decryption
1 | DecryptDf(x, prv.key, encryption.type = "aes256")
|
x |
encrypted data.frame. The dataset to decrypt |
prv.key |
Key Object. The private key object. Use the LoadKey function to load the private key and assign it |
encryption.type |
Refer PKI.encrypt function. The default is "aes256" |
Decrypted data.frame
"Revanth Nemani <raynemani@gmail.com>"
"Aditya Vikram <adyviky9@gmail.com>"
1 2 3 4 | ## Not run:
DecryptDf(x = airquality, 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.