GetClearText: Utility to get the clear text from an encrypted file

Description Usage Arguments Value Examples

Description

Utility to get the clear text from an encrypted file

Usage

1
GetClearText(encrypted.pw.filename, priv.k)

Arguments

priv.k

- a private encrypted key

clear.pw

- the clear text

Value

the clear text

Examples

1
2
3
4
5
6
7
8
## Not run: 
Fill these in with the timestamped file names

encrypted.pw.filename<-'SSpw-DT-201607131414.bin'
clear.text<-GetClearText(encrypted.pw.filename,key.ring$priv.k)
clear.text

## End(Not run)

StatsResearch/RobsRUtils documentation built on May 9, 2019, 3:04 p.m.