Master Key File (MKF) Generation
A new Master Key File (MKF) should be generated before encryption actually takes place. This MKF file can be utilized across other ITX installations. To maintain the integrity of the encryption process, the MKF file should be treated as confidential and protected from unauthorized access.
The ITXCryptoTool is a Java-based utility for creating a new MKF file from the command line. The new key within the MKF file can in turn be merged with other MKF files for cross platform encryption and decryption purposes.
%JRE% -cp "%DTXHOME%\ITXCryptoTool.jar";"%DTXHOME%\dtxpi.jar" ITXCryptoTool -h
The Resource Registry can also generate new MKF files when encryption is activated (see Resource Registry encryption overview). These MKF files can be used by the Cipher adapter. In like manner, the command line generated MKF file can be used by the Resource Registry.