createPasswordFile | R Documentation |
Create a File Storing a Password in Encrypted Form
createPasswordFile(account = NULL, keyFile, passwordFile, password = NULL)
account |
optional. Name of account the user is asked to enter the password for. Only used for the input prompt. |
keyFile |
path to the file containing the encryption/decryption key,
as generated by |
passwordFile |
path to the password file to be created. An existing file will be overwritten! |
password |
password for account. If |
generateKeyFile
, getPassword
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.