go-keyring icon indicating copy to clipboard operation
go-keyring copied to clipboard

Cross-platform keyring interface for Go

Results 29 go-keyring issues
Sort by recently updated
recently updated
newest added

Hey there! It appears to me that 99designs/keyring supports more backends compared to go-keyring. Other than that, are there any differences between both of them? Looks like 99designs/keyring also supports...

The purpose of `.gitignore` file is to ensure that certain files not tracked by git remain untracked.

I am integrating this library in a project of mine and I am running into the issue that I want to bypass caching if it is not available locally. A...

enhancement

This PR replaces #52 from @bearsh

Really struggling using an app that uses this library on wslv2. Installed keyring, but have no gnome, no gkeyring, no seahorse ... how can i create a keyring via the...

I've implemented a way to use custom keyring names (on linux). To let it compile on another OS than linux, every `keyring_.go` file needs to implement the `secretServiceProvider` to allow...

I have a configuration file that holds many details that my app uses for various purposes such a SMTP password, db encryption token, etc. That configuration file is encrypted against...

ref https://github.com/kopia/kopia/issues/732 I got a panic in Kopia, which uses go-keyring: ``` > "kopia.exe" snapshot create --description "abcdefg" "C:\some\path" panic: runtime error: invalid memory address or nil pointer dereference [signal...

bug

This fixes issue #24 . I needed to implement this library for a project and saw this open security issue. Because that project needs to ship I made a fix...