home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 193_01 / contents.dsk < prev    next >
Text File  |  1979-12-31  |  2KB  |  40 lines

  1. The following files, constituting the Cryptographer's Toolbox,
  2. were contributed by Fred Scacchitti:
  3.  CRYPT   .DOC   Article describing the contents and usage of
  4.                 the Crytographers Tool Box (same as published
  5.                 in Dr. Dobbs)
  6.  CY1     .COM   Simple cypher program using cypher.c and cypher1.c
  7.  CY2     .COM   Second cypher program using cypher.c and cypher2.c
  8.  CY3     .COM   Complex cypher program using cypher.c and cypher3.c
  9.  CYPHER  .C     Cypher shell for argument passing and file I/O
  10.  CYPHER1 .C     Simple cypher algorithm
  11.  CYPHER2 .C     Complex cypher algorithm
  12.  CYPHER3 .C     Complex cypher and transposition algorithms
  13.  FSTAT.   C     Source for File Statistics program
  14.  FSTAT   .COM   File Statistics program
  15.  FV      .C     Source for File View program
  16.  FV      .COM   File View program
  17.  MAKEF   .C     Source for File Generation program
  18.  MAKEF   .COM   File Generation program
  19.  SP      .C     Source for Search Pattern program
  20.  SP      .COM   Search Pattern program
  21.  
  22. The following files were contributed by Paul Cogar:
  23.  PEC.H          Definitions needed by all programs.
  24.  SETATR.C       Works with Backup to allow file archiving
  25.  SETATR.CRL     on CP/M systems. Sets or clears the attribute
  26.  SETATR.COM     bits on CP/M directory entries. For BDS C.
  27.  SETATR.TXT     Manual page for SETATR.
  28.  BACKUP.C       Archives all files that don't have certain
  29.  BACKUP.CRL     attribute bit set. A poor man's source
  30.  BACKUP.COM     code control system. For BDS C.
  31.  BACKUP.TXT     Manual page for Backup.
  32.  LISTFILE.C     Sends file (without imbedded formatting codes)
  33.  LISTFILE.CRL   to the printer.
  34.  LISTFILE.COM
  35.  DEFF3.C        Library of utility functions, including several
  36.  DEFF3.CRL      that interface to CP/M BDOS and BIOS functions.
  37.  DEFF3.TXT      For BDS C.
  38.  DEFF4.C        Another Library for BDS C.
  39.  DEFF4.CRL
  40.  DEFF4.TXT