GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pipe-checksum(1) FreeBSD General Commands Manual pipe-checksum(1)

pipe-checksumWrite stdin to file and create a file with the checksum of the data

pipe-checksum file [-D MD5|SHA1|SHA256|SHA384|SHA512|... | --digest MD5|SHA1|SHA256|SHA384|SHA512|...]

pipe-checksum [-h | --help]

pipe-checksum [--version]

pipe-checksum writes all data from standard input into a given file "<file>". Furthermore, it computes the checksum of the data and writes it to a new file "<file>.checksum". The used message digest algorithm can be configured, it defaults to SHA256. The checksum format is BSD-style checksum format, as written for example by the sha256sum tool. Therefore, any tool supporting this format can be used for comparison.

The following arguments may be provided:

MD5|SHA1|SHA256|SHA384|SHA512|... | MD5|SHA1|SHA256|SHA384|SHA512|...
Sets the message digest. Any digest supported by the underlying libcrypto library is possible. Calling pipe-checksum with no options, or with invalid digest, provides the list of all supported digests. Default: SHA256.
|
Prints command help.
Prints program version.

date | pipe-checksum date.txt
 
sha256sum --check date.txt.checksum
 
date | pipe-checksum date.txt --digest SHA384
 
dd if=/dev/urandom bs=12345 count=67 | hexdump | pipe-checksum random.txt
 
dd if=/dev/urandom bs=12345 count=67 | pipe-checksum random.txt --digest SHA512
 
sha512sum --check random.txt.checksum
 
pipe-checksum --version
 
pipe-checksum --h
 

Thomas Dreibholz
https://www.nntb.no/~dreibh/hipercontracer
mailto://dreibh@simula.no

May 12, 2025 pipe-checksum

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.