Registry / crypto / hlandau-passlib-v1

hlandau-passlib-v1

JSON →
library1.0.11gogounverified

A Go library providing a simple password hashing and verification interface abstracting multiple schemes.

go get gopkg.in/hlandau/passlib.v1
INSTALL
IMPORT
SIG · HLANDAU-PASSLIB-V1
H
hlandau-passlib-v1
cryptogov1.0.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

passlib
gopkg.in/hlandau/passlib.v1

Hashes a password using the default scheme

package main import ( "fmt" "gopkg.in/hlandau/passlib.v1" ) func main() { hash, _ := passlib.Hash("myPassword") fmt.Println(hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hlandau-passlib-v1 — go get hlandau-passlib-v1 · libregistry