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

I would also like support for Pass with GPG instead of only supporting secretservice. Secretservice is a pain to work with on headless servers with no gui. Pass on the...

I have another application that has to interact with keyring. The application saves the keys in the format of account: "account_name" and service: "service_name" as can be seen on gui...

In some environments without keyring or errors related to keyring setup, the user should be able to store their credentials into a encrypted file. This is one of the missing...

keyutils: https://man7.org/linux/man-pages/man7/keyutils.7.html keyctl: https://man7.org/linux/man-pages/man2/keyctl.2.html

we can get login.keyring dbus path by call ReadAlias

Hello. It looks like this change https://github.com/zalando/go-keyring/commit/5205e6f0c49f22a59eb3c0fa2550e65c67c64fb1#diff-14c4aa5420de20b1ef5b174be7c1d389e4bdbbf71719ca66bf308caf38c60d1d is backwards incompatible **on Darwin**. The default prefix when `Set`ting values is now `go-keyring-base64:` and clients that use older version of the go-keyring...

A little while back the import path of github.com/alessio/shellescape changed to al.essio.dev/pkg/shellescape . This PR handles that, so people can update again.

dependencies

## Use case In our usage of the package, we register different secrets for different projects all over the same "service name" but with distincts username (each one matching the...

Using /usr/bin/security to interact with the keychain undermines its security mechanisms and makes it as secure as storing data on the file system with global read permissions. By default, Keychain...