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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.