Class: EncryptedFile

EncryptedFile()

EncryptedFile(options) → {EncryptedFile}

new EncryptedFile(options) → {EncryptedFile}

Parameters:
Name Type Description
options
Properties
Name Type Attributes Description
fileName string <optional>
Name of the clean file to encrypt
encryptedFileName string <optional>
name of the encrypted file
encrypt boolean true if the file has to be encrypted
decrypt boolean true if the file has to be decrypted
secret object <optional>
object containing key,iv,pwd to replace the config
Source:
Returns:
Type
EncryptedFile