[UP]


Manual Reference Pages  - digest (1)

NAME

digest(1f) - [FUNIX] compute SHA256 message digest (LICENSE:PD)

CONTENTS

Synopsis
Description
Examples
Author
License

SYNOPSIS

digest FILE...

DESCRIPTION

digest(1f) prints SHA256 (256-bit) checksums. The sums are computed as described in FIPS-180-2. For each regular file listed on the command line a line is printed with the checksum, a byte count and the name of the file.

It exercises the sha256(3f) routine. Note that it reads the files one at a time into dynamically allocated memory.

EXAMPLES

Sample commands

    digest  *
     FF1A6FB5327CBCEB6E32BCAB543FA71C3033C196EB84E122722C3FD6208360FF     1049831 c1-1-tirupathi.pdf
     F61B2FF27B5268B9FB6DAD7BBA76D1072D046349D7E767BEEFC3AB2CA72CA95B      109119 in-1
     B01911225398AC1371DF8F1D72CBE8AA2E677EDD855E830B2E073439057202EA        4591 newbugs.f90
     52E4A0D9ACDD801D62AD497D57B143E5A2E0A56EAD0EA587D14F299EDBC3C8C9        4505 record.sh

AUTHOR

John S. Urban

LICENSE

Public Domain


digest (1) March 11, 2021
Generated by manServer 1.08 from 2d453dd5-798a-4cae-bb26-3d796cb15aa8 using man macros.