An open API service for producing an overview of a list of open source projects.

https://github.com/danieljoos/wincred

credential-storage credentials go golang windows

Score: 26.597183314270872

Last synced: about 2 hours ago
JSON representation

Repository metadata:

Go wrapper around the Windows Credential Manager API functions


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 77
Total Committers: 7
Avg Commits per committer: 11.0
Development Distribution Score (DDS): 0.39

Commits in past year: 6
Committers in past year: 2
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.333

Name Email Commits
Daniel Joos d****l@j****e 47
dependabot[bot] 4****] 24
Sebastiaan van Stijn g****b@g****l 2
avaid96 a****6@g****m 1
Paul Querna p****a@a****g 1
Lachlan Donald l****n@l****c 1
CrazyMax c****x 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 15
Total pull requests: 73
Average time to close issues: 4 months
Average time to close pull requests: 30 days
Total issue authors: 15
Total pull request authors: 10
Average comments per issue: 3.0
Average comments per pull request: 0.63
Merged pull request: 37
Bot issues: 0
Bot pull requests: 57

Past year issues: 1
Past year pull requests: 9
Past year average time to close issues: N/A
Past year average time to close pull requests: 13 days
Past year issue authors: 1
Past year pull request authors: 2
Past year average comments per issue: 1.0
Past year average comments per pull request: 0.78
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 7

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/danieljoos/wincred

Top Issue Authors

  • dangodangodango (1)
  • winteraz (1)
  • skemper (1)
  • frazeradam (1)
  • georghildebrand (1)
  • jiacfan (1)
  • avaid96 (1)
  • asakaxgit (1)
  • jeremyjpaws (1)
  • nfoecking (1)
  • JohnRusk (1)
  • raayu83 (1)
  • gabriel (1)
  • mgazzin (1)
  • emersion (1)

Top Pull Request Authors

  • dependabot[bot] (57)
  • danieljoos (7)
  • thaJeztah (2)
  • crazy-max (1)
  • gabriel (1)
  • pquerna (1)
  • mislav (1)
  • avaid96 (1)
  • nfoecking (1)
  • lox (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (56)
  • go (42)
  • github_actions (14)

Package metadata

proxy.golang.org: github.com/danieljoos/wincred

Package wincred provides primitives for accessing the Windows Credentials Management API. This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data. A more detailed description of Windows Credentials Management can be found on Docs: https://docs.microsoft.com/en-us/windows/desktop/SecAuthN/credentials-management

  • Homepage: https://github.com/danieljoos/wincred
  • Documentation: https://pkg.go.dev/github.com/danieljoos/wincred#section-documentation
  • Licenses: MIT
  • Latest release: v1.2.3 (published 9 months ago)
  • Last Synced: 2026-06-14T02:03:28.594Z (2 days ago)
  • Versions: 11
  • Dependent Packages: 5,183
  • Dependent Repositories: 8,387
  • Docker Downloads: 332,049,356
  • Rankings:
    • Dependent packages count: 0.05%
    • Dependent repos count: 0.083%
    • Docker downloads count: 0.226%
    • Average: 2.05%
    • Stargazers count: 4.692%
    • Forks count: 5.198%
guix: go-github-com-danieljoos-wincred

Go interface to Windows Credentials Management


Dependencies

go.mod go
  • github.com/stretchr/testify v1.8.0
  • golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/godev.yml actions
  • actions/setup-go v3 composite
.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • codecov/codecov-action v3 composite