home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume6 / crc-check / README < prev   
Text File  |  1989-03-07  |  1KB  |  36 lines

  1.  
  2. This is a set of programs to check for unexpected file system 
  3. corruption or security breaches.  It's nice to be able to say that you 
  4. know all your files are as they should be.  Mark Mendel wrote most of 
  5. crc.c and I wrote crc_check.c.  It's written for Sys V, but BSD 
  6. shouldn't be hard.  
  7.  
  8.  
  9. To use it:
  10.  
  11. 1) you first create a crc list with the script find_crc.  You can
  12. modify it and add grep -v to the pipe to change the file systems that
  13. it checks.   The end result is a file "crc.tmp".
  14.  
  15. 2) You can now use crc_check to compare this crc.tmp file to a crc list
  16. created earlier called crc.files.  If everything is ok, you can mv 
  17. crc.tmp to crc.files.  It is expected that you will want to use grep -v
  18. on the output of crc_check to cut down on the noise.
  19.  
  20. Note that you can use a -i option when running crc to change the 
  21. initial crc value.  If you don't tell anyone what this is, you can 
  22. make it nearly impossible for anyone to modify a file and then adjust 
  23. the crc value to the old one.  To really do it right, you need to 
  24.  
  25. 1) Run find_crc in single user mode (unless you modify the crc source).
  26. 2) Store all crc results offline.
  27. 3) Don't let anyone see your -i value or the crc results.
  28.  
  29.  
  30. Please send me any modifications you make.
  31.  
  32. Jon Zeeff
  33. zeeff@b-tech.ann-arbor.mi.us
  34.  
  35.  
  36.