Popularity
1.4
Declining
Activity
3.1
-
8
3
4

Description

passhash addresses the dismal state of password management in Go by offering easy-to-use APIs to manage credentials (e.g. password hashes)

Programming language: Go
License: Apache License 2.0
Latest version: v0.3.0

Passhash alternatives and similar packages

Based on the "Authentication & OAuth" category.
Alternatively, view Passhash alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Passhash or a related project?

Add another 'Authentication & OAuth' Package

README

Passhash Build Status Code Coverage GoDoc Go Report Card GitHub Release Supported Go versions HackerOne

passhash addresses the dismal state of password management in Go by offering easy-to-use APIs to manage credentials (e.g. password hashes)

Note: The exposed surfaces (e.g. interfaces, structs, and struct fields) are in flux until v1.0.0 is released

Features

  • Simple, easy to use API
  • Tunable work factors
  • Auto-upgrading KDFs and work factors
  • Password usage audit log
  • Password policies

Available Password Policies

Password Policy Repo
AtLeastNRunes Included
NotCommonPasswordNaive Included

Available CredentialStores

Credential Store Repo
DummyCredentialStore Included
StringCredentialStore Included (in examples)
StringCredentialPepperedStore Included (in examples)

Available AuditLoggers

Audit Logger Repo
DummyAuditLogger Included
MemoryAuditLogger Included