You are here: Available Utilities > D > DataCrypt

DataCrypt

Use this utility to encrypt and decrypt data files.

The program is a Java class in the DocuCorpUtil.jar library. To run it, enter a command similar to the one shown here:

java -cp DocuCorpUtil.jar com.docucorp.util.DataCrypt

Here is a summary of the parameters:

Parameter

Description

-i

Treat the text argument as a file name instead of text to encrypt/decrypt.

text

The text to encrypt/unencrypt or the name of a file if the -i parameter is included. The input file is overwritten with the new information.

-u

Include this parameter if you want to decrypt the text or file instead of encrypting it. Encrypting is the default behavior for this utility.

Note If you omit all of the parameters, a usage message appears.