{"id":50188,"library":"xdg-go-pbkdf2","title":"PBKDF2","description":"Package pbkdf2 implements password-based key derivation using PBKDF2 (RFC 2898).","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/xdg-go/pbkdf2","tags":["crypto","pbkdf2","key-derivation","password"],"install":[{"cmd":"go get github.com/xdg-go/pbkdf2","lang":"bash","label":"Install github.com/xdg-go/pbkdf2"}],"dependencies":[],"imports":[{"symbol":"pbkdf2","correct":"github.com/xdg-go/pbkdf2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/xdg-go/pbkdf2\"\n)\n\nfunc main() {\n\tkey := pbkdf2.Key([]byte(\"password\"), []byte(\"salt\"), 4096, 32, pbkdf2.SHA256)\n\tfmt.Printf(\"%x\\n\", key)\n}","lang":"go","description":"Derive a key using PBKDF2 with SHA256."},"warnings":[],"env_vars":null,"search_vec":"'2898':13 'base':7 'crypto':14 'deriv':9,18 'implement':4 'key':8,17 'key-deriv':16 'packag':2 'password':6,19 'password-bas':5 'pbkdf2':1,3,11,15 'rfc':12 'use':10","created_at":"2026-06-15T04:43:34.966928+00:00","updated_at":"2026-06-15T04:43:34.966928+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/xdg-go/pbkdf2","github":"https://github.com/xdg-go/pbkdf2","docs":"https://pkg.go.dev/github.com/xdg-go/pbkdf2#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-15","next_check":"2026-12-12","install_tag":null}}