Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ibnaleem/checksum
- Owner: ibnaleem
- Created: 2024-04-17T16:42:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:43:17.000Z (18 days ago)
- Last Synced: 2024-12-05T21:30:03.418Z (18 days ago)
- Topics: checksum, checksum-calculation, checksum-calculator, checksum-digests, checksum-generation, checksum-testing, checksum-validator, checksum-verification, checksum-viewer, checksums, go, golang
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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