https://github.com/cepr0/hmac-sha256-go
https://github.com/cepr0/hmac-sha256-go
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cepr0/hmac-sha256-go
- Owner: Cepr0
- Created: 2018-06-06T13:37:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T19:43:36.000Z (over 7 years ago)
- Last Synced: 2025-03-11T07:19:17.533Z (10 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Hash-based (hmac-sha256) encoding the 'message' with the given 'secret'.
**Usage example**
```
> hmac-sha256-go message secret
> 8b5f48702995c1598c573db1e21866a9b825d4a794d169d7060a03605796360b
```
**Building**
1. Install Go: https://golang.org/dl/
2. Clone this repo or download/unpack it to some folder
3. Go to this folder
4. Run `go build`