readKeyRSA: A function that reads a key from an .rsa file

Description Usage Arguments Author(s) References See Also Examples

Description

Reads a created key (by the saveKeyRSA function) from an .rsa file.

Usage

1
readKeyRSA(location_file)

Arguments

location_file

Specifies the location where the .rsa file with the key is saved.

Author(s)

Arie Twigt

References

https://cran.r-project.org/web/packages/PKI/index.html

See Also

saveKeyRSA createPwdKey

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# create a key

key <- createPwdKey()

# save a key

saveKeyRSA(key, "pwd_key.rsa")

# read a key

pwd_key <- readKeyRSA("pwd_key.rsa")

ArieTwigt/hidePwd documentation built on May 21, 2019, 7:53 a.m.