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

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

32sum of each file listed on the command line is printed after the options
33are processed.
34.Bl -tag -width indent
35.It Fl s Ar string
36Print a checksum of the given
37.Ar string .
38.It Fl p
39Echo stdin to stdout and appends the MD5 sum to stdout.
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.
40.It Fl t
41Run a built-in time trial.
42.It Fl x
43Run a built-in test script.
44.El
45.Sh SEE ALSO
46.Xr cksum 1
47.Rs
48.%A R. Rivest
49.%T The MD5 Message-Digest Algorithm
50.%O RFC1321
51.Re
52.Sh ACKNOWLEDGMENTS
53This program is placed in the public domain for free general use by
54RSA Data Security.
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.