home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma68.dms / ma68.adf / xfd / Docs / HackProPack.doc next >
Text File  |  1996-08-03  |  2KB  |  72 lines

  1. NAME
  2.     HackProPack 1.00a
  3.  
  4. SYNOPSIS
  5.     HackProPack FILE/A,FROM/K,TO/K
  6.  
  7. DESCRIPTION
  8.     The cruncher ProPack by Rob Northen Computing offers a
  9.     special mode for crunching data files with a 16 bit key.
  10.     This prevents unauthorized persons from unpacking such
  11.     a file if they don't have the right key. Until yesterday!
  12.  
  13.     HackProPack finds the right keys for locked data files.
  14.     It requires either Kickstart V37+ or the arp.library
  15.     together with older OS releases.
  16.  
  17.     FILE specifies the file that should be analyzed.
  18.     No wildcards supported.
  19.  
  20.     Usually the whole possible range of keys (1-65535/$1-$ffff)
  21.     will be tested on the locked file. With FROM and TO, you
  22.     may set a different range. This is useful if you want to
  23.     have a guess first, or if you don't want to wait all the
  24.     time to scan the whole range but do it step by step. Both
  25.     FROM and TO support either decimal or hexadecimal values.
  26.  
  27.     When the right key has been found, write it down somewhere
  28.     and decrunch the file either with ProPack or xfdDecrunch.
  29.  
  30. EXAMPLES
  31.     Shell> HackProPack DH0:Data/Locked.RNC
  32.         Tests all possible keys on that file.
  33.  
  34.     Shell> HackProPack Locked.RNC FROM 4000 TO 5000
  35.         Tests keys 4000 to 5000 on that file.
  36.  
  37.     Shell> HackProPack Locked.RNC TO $8000
  38.         Tests keys $1 to $8000 on that file.
  39.  
  40. ABOUT
  41.     HackProPack uses a totally new method to find the right
  42.     key. The file is unpacked only once, together with an
  43.     array of key-related information. The actual key scanning
  44.     is only based on that array and a 16 bit CRC checksum.
  45.     Together with the highly optimized code, this certainly
  46.     is the fastest method ever developped on the Amiga.
  47.  
  48.     BUT: You need CrunchedLength+(UncrunchedLength*2) bytes
  49.     of free memory.
  50.  
  51.     The scanning time depends on the size of the data file,
  52.     the key itself (1234 will be reached earlier than 5678)
  53.     and certainly on your CPU speed. For really big files
  54.     (256-512kB), it might take some hours.
  55.  
  56. HISTORY
  57.     HackProPack 1.00a
  58.     - Fixed some arp.library stuff.
  59.     - Added possibility to enter FROM/TO in hex.
  60.  
  61.     HackProPack 1.00
  62.     - First public release.
  63.  
  64. COPYRIGHT
  65.     HackProPack is freely distributable for noncommercial use.
  66.  
  67. AUTHOR
  68.     Georg Hörmann
  69.     Martinswinkelstraße 16c
  70.     82467 Garmisch-Partenkirchen
  71.     Germany
  72.