{"id":16003444,"url":"https://github.com/nhatthm/go-secretstorage","last_synced_at":"2026-01-17T22:16:12.850Z","repository":{"id":225143382,"uuid":"764338078","full_name":"nhatthm/go-secretstorage","owner":"nhatthm","description":"Storing and retrieving secrets","archived":false,"fork":false,"pushed_at":"2025-08-28T09:24:25.000Z","size":48,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-28T16:26:04.570Z","etag":null,"topics":["go","go-keyring","golang","keyring","secret-storage","secrets","secretstorage"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhatthm.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":"2024-02-27T22:31:37.000Z","updated_at":"2024-11-26T07:10:08.000Z","dependencies_parsed_at":"2024-03-17T01:59:31.369Z","dependency_job_id":"c006ca42-8231-4691-afd6-98b3646bc2e1","html_url":"https://github.com/nhatthm/go-secretstorage","commit_stats":null,"previous_names":["nhatthm/go-secretstorage"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nhatthm/go-secretstorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-secretstorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-secretstorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-secretstorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-secretstorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhatthm","download_url":"https://codeload.github.com/nhatthm/go-secretstorage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-secretstorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28519880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","go-keyring","golang","keyring","secret-storage","secrets","secretstorage"],"created_at":"2024-10-08T10:20:39.085Z","updated_at":"2026-01-17T22:16:12.845Z","avatar_url":"https://github.com/nhatthm.png","language":"Go","funding_links":["https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY"],"categories":[],"sub_categories":[],"readme":"# Secret Storage\n\n[![GitHub Releases](https://img.shields.io/github/v/release/nhatthm/go-secretstorage)](https://github.com/nhatthm/go-secretstorage/releases/latest)\n[![Build Status](https://github.com/nhatthm/go-secretstorage/actions/workflows/test.yaml/badge.svg)](https://github.com/nhatthm/go-secretstorage/actions/workflows/test.yaml)\n[![codecov](https://codecov.io/gh/nhatthm/go-secretstorage/branch/master/graph/badge.svg?token=eTdAgDE2vR)](https://codecov.io/gh/nhatthm/go-secretstorage)\n[![Go Report Card](https://goreportcard.com/badge/go.nhat.io/secretstorage)](https://goreportcard.com/report/go.nhat.io/secretstorage)\n[![GoDevDoc](https://img.shields.io/badge/dev-doc-00ADD8?logo=go)](https://pkg.go.dev/go.nhat.io/secretstorage)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)\n\nA library for storing and retrieving secrets.\n\n## Prerequisites\n\n- `Go \u003e= 1.23`\n\n## Install\n\n```bash\ngo get go.nhat.io/secretstorage\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"go.nhat.io/secretstorage\"\n)\n\nfunc main() {\n    ss := secretstorage.NewKeyringStorage[string]()\n\n    err := ss.Set(\"service\", \"key\", \"value\")\n    if err != nil {\n        panic(err)\n    }\n\n    value, err := ss.Get(\"service\", \"key\")\n    if err != nil {\n        panic(err)\n    }\n\n    fmt.Println(value)\n}\n```\n\n## Donation\n\nIf this project help you reduce time to develop, you can give me a cup of coffee :)\n\n### Paypal donation\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;or scan this\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1154587/113494222-ad8cb200-94e6-11eb-9ef3-eb883ada222a.png\" width=\"147px\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhatthm%2Fgo-secretstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhatthm%2Fgo-secretstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhatthm%2Fgo-secretstorage/lists"}