| Program |
Description |
| CFXCMD |
This program can be used to read command line arguments and pipe them to programs that read data from the standard input device (sysin).
CFXCMD reads command line arguments and writes them to the standard output device (sysout). Note that this program outputs data exactly as it is interpreted by the operating system's command line parser. Depending on the operating system, it is impossible to pass some characters within command line arguments. Some characters are likely to be ignored and some are interpreted differently than you might expect. Therefore test your input carefully if you intend to use this program.
|
| CFX103FF |
A Java program that can be used to encrypt or decrypt a file using 128-bit AES/PKCS5Padding/CBC and writes the output to a file.
|
| CFX103TF (1) |
A Java program reads data from the standard input device (sysin) encrypts it using 128-bit AES/PKCS5Padding/CBC and writes the output to an encrypted file. |
| CFX104FF |
A Java program that can be used to encrypt or decrypt a file using 256-bit AES/PKCS5Padding/CBC and writes the output to a file. |
| CFX104TF (1) |
A Java program reads data from the standard input device (sysin) encrypts it using 256-bit AES/PKCS5Padding/CBC and writes the output to an encrypted file. |
| CFX112FF |
A Java program that can be used to encrypt or decrypt a file using 3DES and writes the output to a file. |
| CFX112TF (1) |
A Java program reads data from the standard input device (sysin) encrypts it using 3DES and writes the output to an encrypted file. |
| CFX401F |
A Java program that reads an input file, digests it using MD5, and writes the output to the standard output device (sysout). |
| CFX401T (1) |
A Java program reads data from the standard input device (sysin), digests it using MD5, and writes the output to the standard output device (sysout). |
| CFX402F |
A Java program that reads an input file, digests it using SHA1, and writes the output to the standard output device (sysout). |
| CFX402T (1) |
A Java program reads data from the standard input device (sysin) digests it using SHA1 and writes the output to the standard output device (sysout). |
| CFXF2D |
A Java program that reads a file and displays if in HEX to the standard output device (sysout). |
| CFXT2F (1) |
A Java program reads data from the standard input device (sysin) and writes the output to the standard output device (sysout). |
| CFXDisplayLicense |
Displays the CryptoXpress license information to the standard output device (sysout). |
| CFXConvert |
Converts a file from ASCII to EBCDIC or from EBCDIC to ASCII. |