The decrypt-file command returns an encrypted file back to its original unencrypted format.
NOTE |
|
Syntax
decrypt-file filename{,data-file} |
Parameter(s)
filename |
Name of the file on which to remove encryption. To remove encryption, you must be logged into the account in which the specified file exists. |
data-file |
(Optional) Specifies which data-file in the file to decrypt. If not specified, the default data-file is decrypted. |
Example(s)
The example below decrypts the accounting file.
encrypt-file accounting File successfully decrypted. |
The example below decrypts only the purchases data-file of the accounting file.
encrypt-file accounting,purchases File successfully decrypted. |
See Also