{"id":15570325,"url":"https://github.com/danieljoos/winvault","last_synced_at":"2026-05-20T07:12:22.661Z","repository":{"id":74644529,"uuid":"103360905","full_name":"danieljoos/winvault","owner":"danieljoos","description":"Package winvault provides primitives for accessing the undocumented Windows Vault API.","archived":false,"fork":false,"pushed_at":"2017-09-13T06:54:55.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T06:13:16.945Z","etag":null,"topics":["go","golang","vault","windows"],"latest_commit_sha":null,"homepage":null,"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/danieljoos.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":"2017-09-13T06:15:08.000Z","updated_at":"2024-09-15T13:31:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"07e03f7d-b2bd-48e6-8d4a-1d5923de4c99","html_url":"https://github.com/danieljoos/winvault","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieljoos/winvault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljoos%2Fwinvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljoos%2Fwinvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljoos%2Fwinvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljoos%2Fwinvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieljoos","download_url":"https://codeload.github.com/danieljoos/winvault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljoos%2Fwinvault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267874497,"owners_count":24158764,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","golang","vault","windows"],"created_at":"2024-10-02T17:42:00.181Z","updated_at":"2026-05-20T07:12:17.620Z","avatar_url":"https://github.com/danieljoos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winvault\nPackage winvault provides primitives for accessing the undocumented Windows Vault API.\n\n[![GoDoc](https://godoc.org/github.com/danieljoos/winvault?status.svg)](https://godoc.org/github.com/danieljoos/winvault)\n\n# Installation\n\n```Go\ngo get github.com/danieljoos/winvault\n```\n\n# Usage\n\n### List Web Credentials\n\nThe following example prints the credentials stored by Internet Explorer:\n\n```Go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/danieljoos/winvault\"\n)\n\nfunc main() {\n\tvault, err := winvault.OpenWebCredentials()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer vault.Close()\n\n\titems, err := vault.Items()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfor _, item := range items {\n\t\tfmt.Println(\"---\")\n\t\tfmt.Println(\"Application:\", item.Name)\n\t\tfmt.Println(\"Resource:\", item.Resource.AsString())\n\t\tfmt.Println(\"Username:\", item.Identity.AsString())\n\t\tfmt.Println(\"Password:\", item.Authenticator.AsString())\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljoos%2Fwinvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieljoos%2Fwinvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljoos%2Fwinvault/lists"}