home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / VIRUS / PVALIDAT.ZIP / VALIDATE.TXT < prev   
Encoding:
Text File  |  1991-01-05  |  2.8 KB  |  71 lines

  1.                         Portable VALIDATE
  2.                            Version 1.0
  3.  
  4. Author: Gary P. Mussar (gmussar on BIX) 1991-01-05
  5.  
  6. Portable VALIDATE is a file authentication program which can be used to
  7. check software for signs of tampering.  The program calculates two check
  8. codes over the data in a file by using two different CRC algorithms.
  9. The results can be checked against values provided by the author of the
  10. tested file or a list of values provided by a reliable source.  One such
  11. reliable source is the Computer Virus Industry Association which
  12. maintains validation data for various shareware programs on-line.  The
  13. CVIA bulletin board can be reached at (408) 988-4004.  The user needs to
  14. perform the following steps when validating a program:
  15.  
  16.   - obtain the authentication numbers from a reliable source.
  17.   - run Portable VALIDATE against the desired file.
  18.   - compare the check codes produced by Portable VALIDATE against the
  19.     reliable authentication numbers.
  20.  
  21. If the numbers match, the user can be reasonably assured that the file
  22. or program has not been corrupted.
  23.  
  24. The original VALIDATE program was provided by McAfee Associates as an
  25. executable module. This works great for IBM PCs and compatibles, however,
  26. sysops of non IBM PC BBSs cannot use this module. The Portable VALIDATE
  27. program was written so that sysops of these non-compatible BBSs could
  28. do quick validations of files. The Portable VALIDATE uses the same CRC
  29. algorithms as McAfee's VALIDATE and has been successfully run on a
  30. number of platforms including:
  31.  
  32.   IBM PC (Turbo C++)
  33.   Sun 3
  34.   Sun SPARC
  35.   Apollo
  36.  
  37. McAfee Associates can be reached at (408) 988-3832.
  38.  
  39. To run Portable VALIDATE, type:
  40.  
  41.    VALIDATE \path\filename.ext [\path\filename.ext]
  42.  
  43. The program will display the following validation information:
  44.  
  45.           File Name: (\path\filename.ext)
  46.                Size: (Number of Bytes)
  47.                Date: (File Creation Date)
  48. File Authentication:
  49.      Check Method 1 - (4 digit CRC)
  50.      Check Method 2 - (4 digit CRC)
  51.  
  52. Portable VALIDATE has been released to the public domain in source code
  53. form.  Please redistribute Portable VALIDATE in source code form with
  54. this document.  The original release of Portable VALIDATE has been
  55. archived with PKZIP authentication.  Extraction should produce the
  56. following:
  57.  
  58.   Authentic files Verified!   # MYI675   Gary P. Mussar
  59.  
  60. If PKZIP authentication cannot be verified, the user should check the
  61. source code (it is less than 250 lines of which 1/2 are comments).  The
  62. user should then compile Portable VALIDATE and test it against known
  63. good files to verify that the source code has not be compromised.
  64.  
  65. Please report virus infection and verified instances of tampering to:
  66.  
  67.         Computer Virus Industry Association
  68.         4423 Cheeney Street
  69.         Santa Clara, CA 95054
  70.         (408) 727-4559
  71.