Home    Reference Manuals    Return   



Users Manual for Program GENCRYPT   




Introduction

Program GENCRYPT reads an ASCII-file from INFIL, encrypt its contents and write the result to UTFIL.



Input data

CRYPT_CODE
Key for the encryption process.
Declared Character*24    Default = Blank

INFIL
Input data file.
Declared Character*132    Default = Blank

UTFIL
Output data file.
Declared Character*132    Default = Blank

END or EOF
Command which stops further input data reading.


Example of an input data file

                                                 
 #                                               
 #       Input data for program GENCRYPT          
 #                                               
  CRYPT_CODE= DEsolver                           
                                                 
  INFIL= property_file_001202.ins                
  UTFIL= property_file_001202.crypt