Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/blakesum
Utility to calculate BLAKE-224, -256, -385, or -512 checksums.
https://github.com/dchest/blakesum
Last synced: about 1 month ago
JSON representation
Utility to calculate BLAKE-224, -256, -385, or -512 checksums.
- Host: GitHub
- URL: https://github.com/dchest/blakesum
- Owner: dchest
- License: mit
- Created: 2011-06-26T16:56:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-22T17:19:41.000Z (almost 12 years ago)
- Last Synced: 2024-06-20T13:40:52.364Z (5 months ago)
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BLAKESUM
========Utility to calculate BLAKE-224, -256, -384, -512 checksums.
Installation
------------From source, if you have Go installed:
$ go get github.com/dchest/blakesum
Usage
-----blakesum [-a=224|256|384|512] [filename1] [filename2] ...
By default calculates BLAKE-256 sum. Pass option "-a=xxx" before filenames to
calculate BLAKE-xxx, where xxx is 224, 256, 384, or 512. If no filenames
specified, reads from stdin.Examples
--------$ echo -n "Hello world" | blakesum
7ad560fefa2d287892478dccc5c724694fe21a2f8b004486cc87f76c40618575$ echo -n "Hello world" | blakesum -a=224
fde00425968221a451c6f06f008bddc44cfdb9d8190507d0fd063707$ blakesum /bin/sh /etc/bashrc
BLAKE-256 (/bin/sh) = b162509ca9f0920d41cec68cb0a2d4037b8d0a89463d888f8e971be085da6786
BLAKE-256 (/etc/bashrc) = 1cf1a48d8c7bbd8410f270208bb60276b063fcf23608f6c3198b26391cff4e1e