Registry / auth / danieljoos-wincred

danieljoos-wincred

JSON →
library1.2.3gogounverified

Package wincred provides primitives for accessing the Windows Credentials Management API, including retrieval, listing, and storage of credentials.

go get github.com/danieljoos/wincred
INSTALL
IMPORT
SIG · DANIELJOOS-WINCRED
D
danieljoos-wincred
authgov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wincred
github.com/danieljoos/wincred

Retrieves a stored Windows credential by target name.

package main import ( "fmt" "github.com/danieljoos/wincred" ) func main() { cred, err := wincred.GetGenericCredential("myapp") if err != nil { panic(err) } fmt.Println(string(cred.CredentialBlob)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
danieljoos-wincred — go get danieljoos-wincred · libregistry