Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mathematic-inc/go-argon2

Reexports the crypto/argon2 module with a crypto/bcrypt-like API
https://github.com/mathematic-inc/go-argon2

Last synced: 27 days ago
JSON representation

Reexports the crypto/argon2 module with a crypto/bcrypt-like API

Awesome Lists containing this project

README

        

# Go Argon2

[![Go Reference](https://pkg.go.dev/badge/github.com/mu-io/go-argon2.svg)](https://pkg.go.dev/github.com/mu-io/go-argon2)

Reexports golang.org/x/crypto/argon2 with their bcrypt API. The default
parameters follow best practice.

## Download/Install

The easiest way to install is to run `go get -u github.com/mu-io/go-argon2`. You
can also manually git clone the repository to `$GOPATH/src/github.com/mu-io/go-argon2`.