go-aaas

command module
v0.0.0-...-c91698c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 8 Imported by: 0

README

go-aaas

Argon2id as a service on Golang.

This implementation does not include client for service, metrics, own protocol or any other enterprise features.

API

There is only 2 http methods:

GET /hash?password=PASSWORD
$argon2id$v=19$m=65536,t=1,p=2$fGeJ5O/x7rxqlW1dgAZ6Gg$fTd38W3sKb2pmpSidO7+vUPcjphm3CorFSyU0koC4WM
GET /verify?password=PASSWORD&hash=HASH
OK or FAIL

Setup

go get github.com/abdymazhit/go-aaas
go build
./go-aaas -bind 127.0.0.1:8085 -threads 1

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL