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

b2sumgenerate checksums using the BLAKE2 hash function

b2sum [-a algorithm] [-l length] [--tag] [file ...]

b2sum [--help]

The b2sum command generates checksums for files using the BLAKE2 cryptographic hash function and writes them to standard output.

When [file ...] is empty or -, b2sum reads from standard input.

algorithm
Specify a variant of BLAKE2 to use when generating checksums. The variants are listed under the algorithms section, and the default is blake2b.
length
Specify the digest length in bits. It must not exceed the maximum for the variant of BLAKE2 being used, and must be a multiple of 8.
Prepend the checksums with "ALGORITHM-NAME (file) =", a format common on BSD systems.
Display usage.

blake2b
optimized for 64-bit platforms and NEON-enabled ARMs, produces digests of any size between 1 and 64 bytes
blake2s
optimized for 8 to 32-bit platforms, produces digests of any size between 1 and 32 bytes
blake2bp
4-way parallel BLAKE2b
blake2sp
8-way parallel BLAKE2s

shasum(1)

RFC 7693
The BLAKE2 Cryptographic Hash and Message Authentication Code

b2sum is part of the official implementation. BLAKE2 was designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn, and Christian Winnerlein.

BLAKE2 is based on the SHA-3 proposal which was designed by Jean-Philippe Aumasson, Luca Henzen, Willi Meier, and Raphael C.-W. Phan.

BLAKE2, like BLAKE, relies on the stream cipher, designed by Daniel J. Bernstein.

A mailing list for BLAKE2 can be subscribed to by sending an empty message to info-subscribe@blake2.net.

The four designers of BLAKE2 can be contacted at contact@blake2.net.

This manual page was written by Scarlett.

February 20, 2016 FreeBSD 14.3-RELEASE

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.