DecryptCol: Column decryption

Description Usage Arguments Value Author(s) Examples

View source: R/column_endecrypt.R

Description

Column decryption

Usage

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

Arguments

x

List or Column. The column 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 list or column

Author(s)

"Revanth Nemani <raynemani@gmail.com>"

"Aditya Vikram <adyviky9@gmail.com>"

Examples

1
2
3
4
5
6
7
8
## Not run: 
DecryptCol(
  x = airquality$Ozone,
  prv.key = prvkey,
  encryption.type = "aes256"
)

## End(Not run)

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