home *** CD-ROM | disk | FTP | other *** search
File List | 1992-10-01 | 2.3 KB | 53 lines |
-
- FlxKey Packing List
- ===================
-
- Packing.Lst - This file.
-
- FlxKey.Doc - FlxKey Documentation.
-
- FlxKey.Def - Interface section to FlxKey unit.
-
- Flx40Tpu.Zip - TP 4.0 compiled evaluation version of the FlxKey unit.
-
- Flx50Tpu.Zip - TP 5.0 compiled evaluation version of the FlxKey unit.
-
- Flx55Tpu.Zip - TP 5.5 compiled evaluation version of the FlxKey unit.
-
- Flx60Tpu.Zip - TP 6.0 compiled evaluation version of the FlxKey unit.
- -----------------------------------------------------------------------
- MakeKey1.Pas - Simple demo program to create an encrypted
- program-key.
-
- ReadKey1.Pas - Simple demo program to decrypt an encrypted
- program-key.
- -----------------------------------------------------------------------
- RandCode.Pas - Program to generate 2 random encryption strings,
- and write them to disk.
-
- Dat2Obj.Bat - Batch-file to convert encryption strings created
- with RANDCODE.PAS, from "binary" format to
- "object" format. Uses Turbo Pascal "BINOBJ.EXE"
- utility.
- -----------------------------------------------------------------------
- MakeKey2.Pas - Simple demo program to create an encrypted
- program-key. "Embeds" the encryption strings
- directly into the .EXE's "code-segment".
-
- ReadKey2.Pas - Simple demo program to decrypt an encrypted
- program-key. "Embeds" the encryption strings
- directly into the .EXE's "code-segment".
- -----------------------------------------------------------------------
- MakeKey3.Pas - Simple demo program to create an encrypted
- program-key. "Embeds" only 1 encryption string
- directly into the .EXE's "code-segment". User
- must enter a "PASSWORD" to be used as the second
- encryption string when encrypting.
-
- ReadKey3.Pas - Simple demo program to decrypt an encrypted
- program-key. "Embeds" only 1 encryption string
- directly into the .EXE's "code-segment". User
- must enter a "PASSWORD" to be used as the second
- encryption string when decrypting.
-