home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / md5.lzh / MD5 / md5.1.txt < prev    next >
Text File  |  1996-01-12  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. MD5(1)                   USER COMMANDS                     MD5(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      md5 - calculate a message-digest fingerprint (checksum)  for
  10.      a file
  11.  
  12. SYNOPSIS
  13.      md5 [ -t | -x | -sstring | filename(s) ]
  14.  
  15. DESCRIPTION
  16.      md5 takes as input a message of arbitrary  length  and  pro-
  17.      duces  as output a 128-bit "fingerprint" or "message digest"
  18.      of the input.  It is conjectured that it is  computationally
  19.      infeasible  to  produce two messages having the same message
  20.      digest, or to produce any message having a  given  prespeci-
  21.      fied  target  message digest.  The MD5 algorithm is intended
  22.      for digital signature applications, where a large file  must
  23.      be  "compressed"  in  a secure manner before being encrypted
  24.      with a private (secret) key under a public-key  cryptosystem
  25.      such as _R_S_A.
  26.  
  27. OPTIONS
  28.      The following four options may be used in  any  combination,
  29.      except that filename(s) must be the last objects on the com-
  30.      mand line.
  31.  
  32.      -sstring prints a checksum of the given "string".
  33.  
  34.      -t runs a built-in time trial.
  35.  
  36.      -x runs a built-in test script.
  37.  
  38.      filename(s) prints a checksum(s) for each of the files.
  39.  
  40. SEE ALSO
  41.      sum(1)
  42.  
  43.      RFC 1321 describes in detail the MD2, MD4, and MD5  message-
  44.      digest algorithms.
  45.  
  46. ACKNOWLEDGEMENTS
  47.      This program is placed in the public domain for free general
  48.      use by RSA Data Security.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1     Last change: Feb 14, 1994                   1
  64.  
  65.  
  66.  
  67.