Deleted Added
sdiff udiff text old ( 37421 ) new ( 52949 )
full compact
1.\" $FreeBSD: head/sbin/md5/md5.1 52949 1999-11-07 04:14:55Z obrien $
2.Dd February 14, 1994
3.Dt MD5 1
4.Os
5.Sh NAME
6.Nm md5
7.Nd calculate a message-digest fingerprint (checksum) for a file
8.Sh SYNOPSIS
9.Nm md5
10.Op Fl prtx
11.Op Fl s Ar string
12.Op Ar file ...
13.Sh DESCRIPTION
14.Nm Md5
15takes as input a message of arbitrary length and produces
16as output a 128-bit
17.Dq fingerprint
18or

--- 14 unchanged lines hidden (view full) ---

33sum of each file listed on the command line is printed after the options
34are processed.
35.Bl -tag -width indent
36.It Fl s Ar string
37Print a checksum of the given
38.Ar string .
39.It Fl p
40Echo stdin to stdout and appends the MD5 sum to stdout.
41.It Fl r
42Reverses the format of the output. This helps with visual diffs. Does nothing
43when combined with the
44.Fl stpx
45options.
46.It Fl t
47Run a built-in time trial.
48.It Fl x
49Run a built-in test script.
50.El
51.Sh SEE ALSO
52.Xr cksum 1
53.Rs
54.%A R. Rivest
55.%T The MD5 Message-Digest Algorithm
56.%O RFC1321
57.Re
58.Sh ACKNOWLEDGMENTS
59This program is placed in the public domain for free general use by
60RSA Data Security.