Decrypt Files

The Decrypt task allows you to decrypt file(s) from a directory or an entire directory tree.

Profile
Select the decryption profile that will be used to decrypt the file(s).  You should create a decryption profile before creating a decryption task.  Decryption profiles based on password based decryption, secret key decryption, or private key decryption are supported.  Additionally, public key signature verification profiles are also supported by this task.

Source Directory
Enter the full path name of the directory where your source files exists.  Note that the path is case sensitive for unix Ftp servers.

Filename
Enter the name filter for the files you wish to decrypt  using the following wildcard rules. This field also supports dynamic variables.  Using dynamic variables, you can select a file based on current date/time. The above wildcard rules only apply for the file to pass the filename filter.  If the file passes the filename filter, then its new name will depend on the Rename Filename field.

Rename Filename
The rename filename field entry is dependent on the filename field entry.
1) You should specify matching tokens in the Filename and Rename Filename field.
2) Multiple tokens should be separated by ^ .
3) If the filename field has more tokens than the rename filename field, then the first token of the rename filename field is used only.
4) If the rename filename field is blank, this option will act similar to the move option.

Consider the following files in folder = test.txt, temp.zip, temptest.txt
 
 
Filename field Rename Filename Field Rename results
.txt .doc test.doc, temptest.doc
.txt^.zip .doc^.jar test.doc, temp.jar, temptest.doc
temp^test bad bad.txt, bad.zip, badbad.txt
te bad badst.txt, badmp.zip, badmpbadst.txt
temp^test^.zip bad^.txt bad.txt, bad.bad, badbad.zip
.txt  (left blank) test.txt, temptest.txt  (same as move option)

Please note that when using the rename option, some dynamic variables like $%....::Filenames%$ will give unpredictable results. This occurs if more than 1 filename is returned by this variable.  i.e. There is no way to match the filename tokens with the rename filename tokens.

Target Directory
Enter the full path name of the directory where you need to put the target files.  Note that the path is case sensitive on unix systems.

Place files in new subdirectory
If you select "None", no new subdirectory is created within the Target Directory.
If you select Date, a new subdirectory based on the date, is created within the Target Directory. All files are placed in this directory.
If you select Date, a new subdirectory based on date and time, is created within the Target Directory. All files are placed in this directory.

Include subdirectories
If you select this option, all subdirectories and decrypted files within the Source Directory, are created in the Target Directory.  If a subdirectory does not exist within the Target directory, then it is automatically created.

Date Filter
If you need to filter files based on file modified date, select this option. For the between option, enter 2 values separated by '-' (2-4 etc..). Examples:
Older than 5 Minute, Newer than 2 Day, Between 3-5 Day, Between 1-4 Hour