home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / misc / md5 / md5.manual < prev    next >
Encoding:
Text File  |  1998-04-13  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MD5(1)                               MD5(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        md5  -  calculate  a message-digest fingerprint (checksum)
  9.        for a file
  10.  
  11. SSYYNNOOPPSSIISS
  12.        mmdd55 [ -p | -t | -x | -sstring | filename(s) ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        mmdd55 takes as input a message of arbitrary length and  pro-
  16.        duces  as  output  a  128-bit  "fingerprint"  or  "message
  17.        digest" of the input.  It is conjectured that it is compu-
  18.        tationally  infeasible  to produce two messages having the
  19.        same message digest, or to produce any  message    having    a
  20.        given  prespecified  target message digest.  The MD5 algo-
  21.        rithm is  intended  for    digital  signature  applications,
  22.        where a large file must be "compressed" in a secure manner
  23.        before being encrypted with a private (secret) key under a
  24.        public-key cryptosystem such as _R_S_A_.
  25.  
  26. OOPPTTIIOONNSS
  27.        The following four options may be used in any combination,
  28.        except that ffiilleennaammee((ss)) must be the last  objects  on  the
  29.        command line.
  30.  
  31.        --ssssttrriinngg prints a checksum of the given "string".
  32.  
  33.        --pp  echos  stdin to stdout and appends the MD5 sum to std-
  34.        out.
  35.  
  36.        --tt runs a built-in time trial.
  37.  
  38.        --xx runs a built-in test script.
  39.  
  40.        ffiilleennaammee((ss)) prints a checksum(s) for each of the files.
  41.  
  42. SSEEEE AALLSSOO
  43.        cckkssuumm(1)
  44.  
  45.        RFC 1321 describes in detail the MD2, MD4,  and    MD5  mes-
  46.        sage-digest algorithms.
  47.  
  48. AACCKKNNOOWWLLEEDDGGEEMMEENNTTSS
  49.        This  program is placed in the public domain for free gen-
  50.        eral use by RSA Data Security.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                Feb 14, 1994             1
  65.  
  66.  
  67. 1H