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

https://github.com/cepr0/hmac-sha256-go


https://github.com/cepr0/hmac-sha256-go

Last synced: 22 days ago
JSON representation

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`