home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / libraries / CryptSums.README < prev    next >
Encoding:
Text File  |  1992-06-14  |  711 b   |  13 lines

  1. The CryptSums utility checksums the Mach segments of an application at compile
  2. time and inserts encrypted checksums into the binary so the application can
  3. verify at startup that it hasn't been damaged or tampered with.
  4.  
  5. Once properly installed, it allows you to simply do 'make secure' to create a
  6. secure version of you application.  You'll still be able to do standard 'make'
  7. and 'make debug' without interference from the checksum test.  CryptSums
  8. provides a simple routine that your application can call at startup/runtime
  9. to check that the segments in memory still result in the same checksum as the
  10. file at compile time.  You select which Mach segments and sections to verify.
  11.  
  12. lane@sumex-aim.stanford.edu
  13.