Command EN Version 1.91

ENCRYPT IDF

Syntax

ENCRYPT IDF:idf_file,new_idf_file,comment[,delete_old_idf];

Description

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

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

Example:
ENCRYPT IDF:"TEST_SERVER!!TEST_IMPORT_IDF","TEST_SERVER!!TEST_IMPORT_IDF_CRYPT","Kommentar",1;
END;