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

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

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)

[![Build Status](https://www.travis-ci.org/FelixSeptem/itsrisky.svg?branch=master)](https://www.travis-ci.org/FelixSeptem/itsrisky)
[![Coverage Status](https://coveralls.io/repos/github/FelixSeptem/itsrisky/badge.svg?branch=master)](https://coveralls.io/github/FelixSeptem/itsrisky?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/FelixSeptem/itsrisky)](https://goreportcard.com/report/github.com/FelixSeptem/itsrisky)
[![GoDoc](http://godoc.org/github.com/FelixSeptem/itsrisky?status.svg)](http://godoc.org/github.com/FelixSeptem/itsrisky)
[![GolangCI](https://golangci.com/badges/github.com/FelixSeptem/itsrisky.svg)](https://golangci.com/r/github.com/FelixSeptem/itsrisky)

### Install
```go
go get -u github.com/FelixSeptem/itsrisky
```