table of contents
| ofhash(1) | General Commands Manual | ofhash(1) |
NAME¶
ofhash - hash files
SYNOPSIS¶
ofhash [--md5] [--ripemd160] [--sha1] [--sha224] [--sha256] [--sha384] [--sha512] [--iri] file1 [file2 ...]
DESCRIPTION¶
ofhash is a program to calculate the cryptographic hashes of files.
OPTIONS¶
EXAMPLES¶
Calculate the SHA-256 and SHA-512 hash of file1 and file2:
ofhash --sha256 --sha512 file1 file2
Calculate the SHA-256 hash of https://example.com/:
ofhash --sha256 --iri https://example.com/