home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / FLXKEY10.ZIP / PACKING.LST < prev    next >
Encoding:
File List  |  1992-10-01  |  2.3 KB  |  53 lines

  1.  
  2.  FlxKey Packing List
  3.  ===================
  4.  
  5.   Packing.Lst  - This file.
  6.  
  7.   FlxKey.Doc    - FlxKey Documentation.
  8.  
  9.   FlxKey.Def    - Interface section to FlxKey unit.
  10.  
  11.   Flx40Tpu.Zip  - TP 4.0 compiled evaluation version of the FlxKey unit.
  12.  
  13.   Flx50Tpu.Zip  - TP 5.0 compiled evaluation version of the FlxKey unit.
  14.  
  15.   Flx55Tpu.Zip  - TP 5.5 compiled evaluation version of the FlxKey unit.
  16.  
  17.   Flx60Tpu.Zip  - TP 6.0 compiled evaluation version of the FlxKey unit.
  18.  -----------------------------------------------------------------------
  19.   MakeKey1.Pas  - Simple demo program to create an encrypted
  20.                   program-key.
  21.  
  22.   ReadKey1.Pas  - Simple demo program to decrypt an encrypted
  23.                   program-key.
  24.  -----------------------------------------------------------------------
  25.   RandCode.Pas  - Program to generate 2 random encryption strings,
  26.                   and write them to disk.
  27.  
  28.   Dat2Obj.Bat   - Batch-file to convert encryption strings created
  29.                   with RANDCODE.PAS, from "binary" format to
  30.                   "object" format. Uses Turbo Pascal "BINOBJ.EXE"
  31.                   utility.
  32.  -----------------------------------------------------------------------
  33.   MakeKey2.Pas  - Simple demo program to create an encrypted
  34.                   program-key. "Embeds" the encryption strings
  35.                   directly into the .EXE's "code-segment".
  36.  
  37.   ReadKey2.Pas  - Simple demo program to decrypt an encrypted
  38.                   program-key. "Embeds" the encryption strings
  39.                   directly into the .EXE's "code-segment".
  40.  -----------------------------------------------------------------------
  41.   MakeKey3.Pas  - Simple demo program to create an encrypted
  42.                   program-key. "Embeds" only 1 encryption string
  43.                   directly into the .EXE's "code-segment". User
  44.                   must enter a "PASSWORD" to be used as the second
  45.                   encryption string when encrypting.
  46.  
  47.   ReadKey3.Pas  - Simple demo program to decrypt an encrypted
  48.                   program-key. "Embeds" only 1 encryption string
  49.                   directly into the .EXE's "code-segment". User
  50.                   must enter a "PASSWORD" to be used as the second
  51.                   encryption string when decrypting.
  52.  
  53.