2015-01-30 17:08:25 -05:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt SHA256SUM 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm sha256sum
|
|
|
|
.Nd compute SHA256 message digest
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2013-07-19 09:29:43 -04:00
|
|
|
Print SHA256 (256-bit) checksums. With no file, read standard input.
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl c
|
2015-02-01 14:52:28 -05:00
|
|
|
Read list of SHA256 checksums from file and check them.
|
2015-01-30 17:08:25 -05:00
|
|
|
.El
|