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
ofhash(1) FreeBSD General Commands Manual ofhash(1)

ofhash - hash files

ofhash [--md5] [--ripemd160] [--sha1] [--sha224] [--sha256] [--sha384] [--sha512] [--iri] file1 [file2 ...]

ofhash is a program to calculate the cryptographic hashes of files.

Calculate MD5 hashes.
Calculate RIPEMD-160 hashes.
Calculate SHA-1 hashes.
Calculate SHA-224 hashes.
Calculate SHA-256 hashes.
Calculate SHA-384 hashes.
Calculate SHA-512 hashes.
Treat the specified files as IRIs instead.

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/


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.