createPasswordFile: Create a File Storing a Password in Encrypted Form

View source: R/encryption.R

createPasswordFileR Documentation

Create a File Storing a Password in Encrypted Form

Description

Create a File Storing a Password in Encrypted Form

Usage

createPasswordFile(account = NULL, keyFile, passwordFile, password = NULL)

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

See Also

generateKeyFile, getPassword


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.