Create a File Storing a Password in Encrypted Form
Arguments
- 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
generateKeyFile
- passwordFile
path to the password file to be created. An existing file will be overwritten!
- password
password for account. If
NULL
(default) the user will be asked to enter the password on the console