Command EN Version 1.91

ENCRYPT PRC

Syntax

ENCRYPT PRC:prc_file,new_prc_file,comment[,delete_old_prc];

Description

ENCRYPT PRC encrypts the PRC document prc_file and creates a new PRC document, new_prc_file, which contains the encrypted information. The comment field can contain info about encrypted servers. Only encrypted PRC documents can be run on RUNTIME API Engines. Such documents must also be certified.
-> CERTIFY PRC
Different PRC documents cannot have te same title. This applies to PRC documents, both encrypted and not.

delete_old_prc (optional) if set to 1, eventually existing document’s with the name of new_prc_file will be deleted.

Example:
ENCRYPT PRC:"TEST_SERVER!!TEST_IMPORT_PRC","TEST_SERVER!!TEST_IMPORT_PRC_CRYPT","Kommentar",1;
END;