Skip to content
Gilles Querret edited this page Feb 14, 2023 · 5 revisions

Description

Encrypt files using the Progress xcode utility.

XML Namespace

<pct:xcode />

Parameters

Attribute Description Default value
destDir ‡ Where encrypted files should be dropped None
key Encryption key (-k argument) Default key
lowercase If files should be converted to lowercase before encryption (-l argument) False
overwrite Always overwrite files False

† Only one of those attributes is mandatory ‡ Mandatory attribute

Parameters as nested elements

Adds a file set to the file list to encrypt

Examples

<PCTXCode destDir="xbuild" key="mykey">
  <fileset dir="." includes="*.p" />
</PCTXCode>

Encrypt every .p file in current directory using mykey key, and drop files in xbuild directory.

Clone this wiki locally