Previous Next
Opalis Integration Server > Foundation Objects > File Management > PGP Decrypt File

PGP Decrypt File
The PGP Decrypt File object decrypts a file or entire folder tree using a PGP key file and passphrase that you have created. When decrypting an entire folder, the folder tree is preserved from the root folder down. For example, if you decrypt C:\Documents and Settings\Administrator\My Documents\*.* and all sub-folders, all files below My Documents are decrypted as well as all the files within the folders under My Documents. All files in sub-folders will be in the same sub-folder in the Output folder.
Note: To use this object you must install GPG.exe. For more information see the Opalis Integration Server Administrator’s Guide.
How it is used
Use the PGP Decrypt File object to decrypt files that were encrypted as part of a backup operation.
Configuration
To configure the PGP Decrypt File object you will need to know the path of the files that you want to decrypt, and the output folder where the decrypted files will be stored.
Details Tab
 
Path
Type the path of the files that you want to decrypt. You can use wildcards such as ? and * to specify the files that you are decrypting.
Include sub-directories
Select this option to find all files that match the filename that you specified in all sub-directories under the folder that you specified in the path.
Output folder
Type the path of the folder where you want the decrypted files to be stored.
Skip
Select this option to skip decrypting a file when a file with the same name is found in the Output folder.
Overwrite
Select this option to overwrite any files with the same name as a resulting decrypted file.
Create unique name
Select this option to give the decrypted file a unique name if a file with the same name already exists.
Advanced Tab
 
Keyring folder
Type the location of the keyring folder that contains the secret keyring file that you will use to decrypt the files. The secret keyring file (*.skr) may be renamed with a *.gpg extension.
Passphrase
Type the passphrase that is associated with the keyring file.
Available Published Data
 
Name
Description
Keyring folder
The path of keyring folder that contains the key used to decrypt the files.
Output folder
The path of the folder where the decrypted files were saved.
Files to decrypt
The number of files that Opalis Integration Server attempted to decrypt.
Files decrypted
The number of files that were successfully decrypted.
Decrypted filename
The path and filename of the resulting decrypted file.
Common Published Data

Previous Next