getPassword: Get Encrypted Password from File Using Key

View source: R/encryption.R

getPasswordR Documentation

Get Encrypted Password from File Using Key

Description

Given the path to a file containing an encrypted password and given the path to the file containing the key that was used to do the encryption this function returns the original password, invisibly.

Usage

getPassword(passwordFile, keyFile)

Arguments

passwordFile

path to the password file, as generated by createPasswordFile.

keyFile

path to the key file, as generated by generateKeyFile.

Value

The password (character) or NA if no password is stored, both invisibly.

See Also

generateKeyFile, createPasswordFile


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.