smartcipher_decrypt
The smartcipher_decrypt
function sends a request to a OpenText Voltage SmartCipher server, to decrypt a file.
NOTE: SmartCipher decrypts the file in its original location (to request decryption, CFS sends the document reference to the SmartCipher server). The decrypted data is not returned to CFS.
Syntax
smartcipher_decrypt( file, sectionName )
Arguments
Argument | Description |
---|---|
file
|
(string) The UNC path to the file to decrypt. |
sectionName
|
(string) The name of a section in the CFS configuration file that contains configuration parameters required for decryption (for example the SmartCipher API URL). For information about the parameters that you must set, see SmartCipher Task Parameters. |
Returns
Boolean. Returns true
if SmartCipher reports that decryption is successful.