DecryptDf: Data frame decryption

Description Usage Arguments Value Author(s) Examples

View source: R/df_endecrypt.R

Description

Data frame decryption

Usage

1
DecryptDf(x, prv.key, encryption.type = "aes256")

Arguments

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"

Value

Decrypted data.frame

Author(s)

"Revanth Nemani <raynemani@gmail.com>"

"Aditya Vikram <adyviky9@gmail.com>"

Examples

1
2
3
4
## Not run: 
DecryptDf(x = airquality, prv.key = prvkey, encryption.type = "aes256")

## End(Not run)

RevanthNemani/endecrypt documentation built on Nov. 10, 2019, 5:14 p.m.