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.
Arguments
- passwordFile
path to the password file, as generated by
createPasswordFile
.- keyFile
path to the key file, as generated by
generateKeyFile
.