{"id":50161,"library":"xdg-go-scram","title":"XDG Go SCRAM","description":"Package scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism (SCRAM) as described in RFC-5802, RFC-7677, and RFC-9266.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/xdg-go/scram","tags":["authentication","scram","rfc-5802","security","sasl"],"install":[{"cmd":"go get github.com/xdg-go/scram","lang":"bash","label":"Install github.com/xdg-go/scram"}],"dependencies":[],"imports":[{"symbol":"scram","correct":"github.com/xdg-go/scram"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/xdg-go/scram\"\n)\n\nfunc main() {\n\tclient, _ := scram.SHA1.NewClient(\"user\", \"password\", \"\")\n\tconv := client.NewConversation()\n\tmsg, _ := conv.Step(\"\")\n\tfmt.Println(msg)\n}","lang":"go","description":"Creates a SCRAM client using SHA-1 and performs the first authentication step."},"warnings":[],"env_vars":null,"search_vec":"'-5802':23,32 '-7677':25 '-9266':28 'authent':16,29 'challeng':14 'client':7 'describ':20 'go':2 'implement':10 'mechan':17 'packag':4 'provid':6 'respons':15 'rfc':22,24,27,31 'salt':13 'sasl':34 'scram':3,5,18,30 'secur':33 'server':9 'xdg':1","created_at":"2026-06-15T04:43:00.311216+00:00","updated_at":"2026-06-15T04:43:00.311216+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/scram","github":"https://github.com/xdg-go/scram","docs":"https://pkg.go.dev/github.com/xdg-go/scram#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","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}}