https://github.com/felixseptem/itsrisky
a data signatrue library powered by hmac
https://github.com/felixseptem/itsrisky
golang hmac security serialization signature
Last synced: 25 days ago
JSON representation
a data signatrue library powered by hmac
- Host: GitHub
- URL: https://github.com/felixseptem/itsrisky
- Owner: FelixSeptem
- License: mit
- Created: 2019-01-05T13:32:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T08:39:43.000Z (over 7 years ago)
- Last Synced: 2025-01-05T04:33:41.285Z (over 1 year ago)
- Topics: golang, hmac, security, serialization, signature
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itsrisky
a library to generate a data signature use [hmac](https://en.wikipedia.org/wiki/HMAC), inspired by [itsdangerous](https://github.com/pallets/itsdangerous)
[](https://www.travis-ci.org/FelixSeptem/itsrisky)
[](https://coveralls.io/github/FelixSeptem/itsrisky?branch=master)
[](https://goreportcard.com/report/github.com/FelixSeptem/itsrisky)
[](http://godoc.org/github.com/FelixSeptem/itsrisky)
[](https://golangci.com/r/github.com/FelixSeptem/itsrisky)
### Install
```go
go get -u github.com/FelixSeptem/itsrisky
```