File_encrypt Source Code
File_encrypt Source Code contains the source code for the file_encrypt program. The program consists of these files:
- This files contains the prototypes of public functions.
- This file is the main program and command line parser.
- This file shows how to initialize the OCSF for use.
- This file attaches to one service provider module, a key recovery module, and a Cryptographic module.
- This file performs actual encryption. It generates one output file containing the encrypted data.
- This file contains directives used by the program /bin/make for building applications. To build the file_encrypt application type in '/bin/make -f makefile.os390'. This will compile all of the C programs to object format and link-edit them in the directory where you have created all of the code. You must have write access to this directory and your system programmer must have installed the OCSF code.