Progress
Developer’s Toolkit


XCODE Utility

Encrypts Progress procedures and include files using either the default or a specified encryption key.

SYNTAX

xcode [ -k key ] [ -d directory ] { files | - } 

PARAMETERS AND QUALIFIERS

key

The encryption key. The key is an ASCII character string up to eight characters long. If key is not supplied, the default key supplied by Progress is used.

directory

The directory where the encrypted files are placed. The specified directory must be different from the source directory, because each encrypted file retains the name of its original source file. Existing files in directory are overwritten only if they are encrypted.

files

The relative pathnames of files to be encrypted. The pathnames supplied are appended to directory. Therefore, you should build a directory structure exactly parallel to the source directory structure, move to the source root, and specify relative pathnames.

- SYS$INPUT

Indicates that source filenames are to be read from standard input.

EXAMPLES

cd /applr001
xcode -k key1 -d applx001 *.p 

find applf002/*.p | xcode -k key2 -d applx002 - 

NOTES


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095