{"id":52209,"library":"zalando-go-keyring","title":"go-keyring","description":"Cross-platform keyring integration for Go, providing access to the system credential store.","status":"active","version":"0.2.5","language":"go","source_language":null,"source_url":"https://github.com/zalando/go-keyring","tags":["keyring","credentials","security","password"],"install":[{"cmd":"go get github.com/zalando/go-keyring","lang":"bash","label":"Install github.com/zalando/go-keyring"}],"dependencies":[],"imports":[{"symbol":"keyring","correct":"github.com/zalando/go-keyring"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/zalando/go-keyring\"\n)\n\nfunc main() {\n\terr := keyring.Set(\"service\", \"user\", \"password\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tsecret, _ := keyring.Get(\"service\", \"user\")\n\tfmt.Println(\"Retrieved secret:\", secret)\n}","lang":"go","description":"Store and retrieve a secret from the system keyring"},"warnings":[],"env_vars":null,"search_vec":"'access':12 'credenti':16,19 'cross':5 'cross-platform':4 'go':2,10 'go-keyr':1 'integr':8 'keyr':3,7,18 'password':21 'platform':6 'provid':11 'secur':20 'store':17 'system':15","created_at":"2026-06-15T06:45:15.251324+00:00","updated_at":"2026-06-15T06:45:15.251324+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/zalando/go-keyring","github":"https://github.com/zalando/go-keyring","docs":"https://pkg.go.dev/github.com/zalando/go-keyring#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"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}}