File_encrypt Source Code contains
the source code for the file_encrypt program. The program consists
of these files:
- file_encrypt.h
- This files contains the prototypes of public functions.
- main.c
- This file is the main program and command line parser.
- initialize.c
- This file shows how to initialize the OCSF for use.
- attach.c
- This file attaches to one service provider module, a key recovery
module, and a Cryptographic module.
- encrypt.c
- This file performs actual encryption. It generates one output
file containing the encrypted data.
- makefile.os390
- 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.