getPassword | R Documentation |
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.
getPassword(passwordFile, keyFile)
passwordFile |
path to the password file, as generated by
|
keyFile |
path to the key file, as generated by
|
The password (character) or NA
if no password is stored, both
invisibly.
generateKeyFile
, createPasswordFile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.