go-keyring

Oct 20, 2023

https://github.com/zalando/go-keyring

go-keyring is an OS-agnostic library for settinggetting and deleting secrets from the system keyring. It supports OS XLinux/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

↑ up