Registry / crypto / jameskeane-bcrypt

jameskeane-bcrypt

JSON →
library0.0.0-20120420032655-c3cd44c1e20fgogounverified

A Go package for hashing and verifying passwords using the bcrypt algorithm.

go get github.com/jameskeane/bcrypt
INSTALL
IMPORT
SIG · JAMESKEANE-BCRYPT
J
jameskeane-bcrypt
cryptogov0.0.0-20120420032655-c3cd44c1e20f
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.

bcrypt
github.com/jameskeane/bcrypt

Minimal example hashing a password with bcrypt.

package main import ( "fmt" "github.com/jameskeane/bcrypt" ) func main() { hash, err := bcrypt.Hash("password123") if err != nil { fmt.Println(err) return } fmt.Println(hash) }
Debug
Known issues
gotchaThis package is not the official golang.org/x/crypto/bcrypt; it may have different API or security properties.
fix
Consider using golang.org/x/crypto/bcrypt for a more widely maintained implementation.
affects: *
Upgrade
Version history
0.0.0-20120420032655-c3cd44c1e20flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
jameskeane-bcrypt — go get jameskeane-bcrypt · libregistry