Skip to contents

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.