{"id":16728362,"url":"https://github.com/tmc/keyring","last_synced_at":"2025-05-09T01:43:39.464Z","repository":{"id":10453459,"uuid":"12623614","full_name":"tmc/keyring","owner":"tmc","description":"keyring provides a cross-platform keychain/keyring interface","archived":false,"fork":false,"pushed_at":"2023-04-18T03:23:35.000Z","size":37,"stargazers_count":122,"open_issues_count":3,"forks_count":25,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-31T20:44:25.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/tmc/keyring","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-05T17:08:59.000Z","updated_at":"2024-12-05T23:33:32.000Z","dependencies_parsed_at":"2024-06-18T15:01:18.533Z","dependency_job_id":"59070b07-4595-4b3a-8f24-1cf9d8c1b713","html_url":"https://github.com/tmc/keyring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fkeyring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fkeyring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fkeyring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fkeyring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmc","download_url":"https://codeload.github.com/tmc/keyring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176439,"owners_count":21866141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T23:10:02.355Z","updated_at":"2025-05-09T01:43:39.415Z","avatar_url":"https://github.com/tmc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keyring provides cross-platform keychain access\n\nhttp://godoc.org/github.com/tmc/keyring\n\nKeyring provides a common interface to keyring/keychain tools.\n\nLicense: ISC\n\nCurrently implemented:\n- OSX\n- SecretService\n- gnome-keychain (via \"gnome_keyring\" build flag)\n- Windows\n\nContributions welcome!\n\nUsage example:\n\n```go\n  err := keyring.Set(\"libraryFoo\", \"jack\", \"sacrifice\")\n  password, err := keyring.Get(\"libraryFoo\", \"jack\")\n  fmt.Println(password) //Output: sacrifice\n```\n\n## Linux\n\nLinux requirements:\n\n### SecretService provider\n\n- dbus\n\n### gnome-keychain provider\n\n- gnome-keychain headers\n- Ubuntu/Debian: `libsecret-dev`\n- Fedora: `libsecret-devel`\n- Archlinux: `libsecret`\n\nTests on Linux:\n```sh\n $ go test github.com/tmc/keyring\n $ # for gnome-keyring provider\n $ go test -tags gnome_keyring github.com/tmc/keyring\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fkeyring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmc%2Fkeyring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fkeyring/lists"}