{"id":73910,"library":"jameskeane-bcrypt","title":"James Keane's bcrypt","description":"A Go package for hashing and verifying passwords using the bcrypt algorithm.","status":"active","version":"0.0.0-20120420032655-c3cd44c1e20f","language":"go","source_language":null,"source_url":"https://github.com/jameskeane/bcrypt","tags":["bcrypt","password","hash","crypto"],"install":[{"cmd":"go get github.com/jameskeane/bcrypt","lang":"bash","label":"Install github.com/jameskeane/bcrypt"}],"dependencies":[],"imports":[{"symbol":"bcrypt","correct":"github.com/jameskeane/bcrypt"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jameskeane/bcrypt\"\n)\n\nfunc main() {\n\thash, err := bcrypt.Hash(\"password123\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(hash)\n}","lang":"go","description":"Minimal example hashing a password with bcrypt."},"warnings":[{"fix":"Consider using golang.org/x/crypto/bcrypt for a more widely maintained implementation.","message":"This package is not the official golang.org/x/crypto/bcrypt; it may have different API or security properties.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'algorithm':16 'bcrypt':4,15,17 'crypto':20 'go':6 'hash':9,19 'jame':1 'kean':2 'packag':7 'password':12,18 'use':13 'verifi':11","created_at":"2026-06-17T18:56:41.707092+00:00","updated_at":"2026-06-17T18:56:41.707092+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jameskeane/bcrypt","github":"https://github.com/jameskeane/bcrypt","docs":"https://pkg.go.dev/github.com/jameskeane/bcrypt#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}