Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibnaleem/checksum

File checksum verification tool written in Go.
https://github.com/ibnaleem/checksum

checksum checksum-calculation checksum-calculator checksum-digests checksum-generation checksum-testing checksum-validator checksum-verification checksum-viewer checksums go golang

Last synced: 8 days ago
JSON representation

File checksum verification tool written in Go.

Awesome Lists containing this project

README

        

# checksum
File checksum verification tool written in Go.

## Installation
```
$ git clone https://github.com/ibnaleem/checksum.git
```
```
$ go build
```
## Usage
```
$ checksum
```

## Hashing Algorithms
This script supports the following hashing algorithms:
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512