2015-01-30 22:08:25 +00:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt SHA512SUM 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 22:08:25 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm sha512sum
|
|
|
|
.Nd compute SHA512 message digest
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2013-07-22 08:34:07 +00:00
|
|
|
Print SHA512 (512-bit) checksums. With no file, read standard input.
|
2015-01-30 22:08:25 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl c
|
2015-02-01 19:52:28 +00:00
|
|
|
Read list of SHA512 checksums from file and check them.
|
2015-01-30 22:08:25 +00:00
|
|
|
.El
|