sha256sum

command module
v0.0.0-...-fa35aa3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2021 License: MIT Imports: 6 Imported by: 0

README

sha256sum

Print the SHA256 hash from standard input.

Install

Install using go get by running the following command:

$ go get github.com/jonathantorres/sha256sum

Options

You can hash with SHA256 by default, use the flag -a to use SHA384 and -b to use SHA512

$ echo "STUFF" | sha256sum
$ echo "STUFF" | sha256sum -a
$ echo "STUFF" | sha256sum -b

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL