go-keyring
Apr 06, 2023
https://github.com/zalando/go-keyring
go-keyring
is an OS-agnostic library for setting, getting and deleting secrets from the system keyring. It supports OS X, Linux/BSD (dbus) and Windows.go-keyring was created after its authors searched for, but couldn't find, a better alternative. It aims to simplify using statically linked binaries, which is cumbersome when relying on C bindings (as other keyring libraries do).
Similar to the keyring library in python, I found it because the gh cli started using it