{"id":68399,"library":"ebfe-bcrypt-pbkdf","title":"bcrypt_pbkdf","description":"Package bcrypt_pbkdf implements OpenBSD's bcrypt_pbkdf(3) key derivation function.","status":"active","version":"0.0.0-20140212075826-3c8d2dcb253a","language":"go","source_language":null,"source_url":"https://github.com/ebfe/bcrypt_pbkdf","tags":["crypto","pbkdf","bcrypt","key-derivation"],"install":[{"cmd":"go get github.com/ebfe/bcrypt_pbkdf","lang":"bash","label":"Install github.com/ebfe/bcrypt_pbkdf"}],"dependencies":[],"imports":[{"symbol":"bcrypt_pbkdf","correct":"github.com/ebfe/bcrypt_pbkdf"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ebfe/bcrypt_pbkdf\"\n)\n\nfunc main() {\n\tpassword := []byte(\"secret\")\n\tsalt := []byte(\"somesalt\")\n\tkey, _ := bcrypt_pbkdf.Key(password, salt, 4, 32)\n\tfmt.Printf(\"%x\\n\", key)\n}","lang":"go","description":"Derive a 32-byte key using bcrypt_pbkdf"},"warnings":[],"env_vars":null,"search_vec":"'3':11 'bcrypt':1,4,9,17 'crypto':15 'deriv':13,20 'function':14 'implement':6 'key':12,19 'key-deriv':18 'openbsd':7 'packag':3 'pbkdf':2,5,10,16","created_at":"2026-06-17T17:49:22.110611+00:00","updated_at":"2026-06-17T17:49:22.110611+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/ebfe/bcrypt_pbkdf","github":"https://github.com/ebfe/bcrypt_pbkdf","docs":"https://pkg.go.dev/github.com/ebfe/bcrypt_pbkdf#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"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}}