https://github.com/lnsp/gohash
Fast and easy tool to generate file hashes.
https://github.com/lnsp/gohash
Last synced: 8 months ago
JSON representation
Fast and easy tool to generate file hashes.
- Host: GitHub
- URL: https://github.com/lnsp/gohash
- Owner: lnsp
- License: mit
- Created: 2016-03-24T20:17:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T13:16:08.000Z (almost 10 years ago)
- Last Synced: 2025-07-27T17:04:53.174Z (11 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gohash
Gohash is a fast and easy tool to generate file hashes.
## Installation
```bash
$ export PATH=$PATH:$GOPATH/bin
$ go get github.com/mooxmirror/gohash
```
## Usage
```
gohash [flag] file
```
### Available flags
```
-a algorithm
Available algorithms are crc32, crc64, adler32, fnv32, fnva32, fnv64, fnva64
--version
Shows the current verion of Gohash
--help
Displays the help page
```