home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Between Heaven & Hell 2
/
BetweenHeavenHell.cdr
/
100
/
49
/
49.cat
next >
Wrap
Text File
|
1988-09-16
|
4KB
|
76 lines
(C) Copywrite 1988.
Lex-C-Rom Inc.
Shareware Library Systems
451 moody St SWT 206
Waltham, Ma 02154
Data 617-899-0060 Fax 617-899-9317 Voice 617-894-4452
-------------------------------------------------------------------------
Cataloging system of disks copywrited by Lex-C-Rom Inc. Copywrite of contents
belong to each author.
--------------------------------------------------------------------------
111 Name of disk
--------------------------------------------------------------------------
PC-CODE3 and PC-CODE4
--------------------------------------------------------------------------
The PC-CODE3 disk includes a analysis program to check codes; a program to
encode data and another to test that a file has not been altered. The
source code for many of the programs is also included.
COPYRIGH .T (c) Copyright Notice
PC-CODE DOC Documentation and Notes on PC-CODE3 & PC-CODE4
PC-CODE3 EXE Combination 8086(88) and 8087 version (works on both)
PC-CODE4 EXE Cluster Oriented Block Semi-binary version PC-CODE3
INSTALL3 EXE A program configurator that sets options/defaults
PC-STAT3 EXE A Analysis program to check codes/texts
CONFIG PC3 The Configuration file used by PC-CODE3 & INSTALL3
PC-STAT3 FOR FORTRAN77 Source Code for PC-STAT.EXE
PC-CODE4 FOR FORTRAN77 Source Code for PC-CODE4.EXE (8088/8087)
PC-CODE3 FOR FORTRAN77 Source Code for PC-CODE3.EXE (8088/8087)
INSTALL3 FOR FORTRAN77 Source Code for Installer program
PC-CODE4 OBJ Object code for BOTH MS-DOS (PC-DOS) and XENIX V
PC-CODE3 OBJ Object code for BOTH MS-DOS (PC-DOS) and XENIX V
INSTALL3 OBJ Object code for BOTH MS-DOS (PC-DOS) and XENIX V
PC-STAT3 OBJ Object code for BOTH MS-DOS (PC-DOS) and XENIX V
SECRET3 MSG Test file for Encoding using PC-CODE3
SECRET3 COD Test code from encoding "SECRET.MSG" using PC-CODE3
SECRET3 KEY Test key file for encoding "SECRET.MSG" for PC-CODE3
SECRET3 TXT Result of decoding SECRET.COD using PC-CODE3
SECRET4 MSG Test file for Encoding using PC-CODE4
SECRET4 COD Test code from encoding "SECRET.MSG" using PC-CODE4
SECRET4 KEY Test key file for encoding "SECRET.MSG" for PC-CODE4
SECRET4 TXT Result of decoding SECRET.COD using PC-CODE4
EXAMPLE DOC This Execution Log or printout of sample run
=========================================================================
Program name: PC-CODE3
Author name: Richard Nolen
Address: COLVARD
Suggested Donation: $10
Program Description:
PC-CODE3 is a program designed to help enchipher data and
would be of interest to programmers and other users.
PC-CODE3 and PC-CODE4 are Portable Versions Specifically
for Generic MS-DOS and Xenix 5. They are written in a
strictly portable Microsoft FORTRAN-77 V3.30. The Object
code on these diskette(s) is compatiable with both MS-DOS
and Microsoft Xenix; meaning these program need NO recompiling
- they only needed to LINKED to the respective libraries.
As distributed they have been Linked for MS-DOS.
As an added side feature, the MS-DOS version will automatically
execute faster if the PC contains an Intel 8087 math co-processor.
PC-CODE3 is a simplified version of PC-CODE2 (V1.53) and likewise
is intended for "Printable" textal data or Console input (CON:).
PC-CODE4 is a simplified version of PC-CODE1 (V1.53) and likewise
is intended for encoding Files as opposed to text.
PC-STAT3 is a simple statistical program by which the user may
do simple analysis of either a Plain Text FILE or a Coded FILE.
Basically, it does frequency counts that were previously embedded
features of PC-CODE1 & 2.