Just a basic programmer living in California

  • 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: February 23rd, 2024

help-circle
  • Plenty of tools are using the system keychain. There are good libraries that provide a generic interface to gnome-keyring or kwallet depending on what is running. When I was working with Node I used the keytar library for that purpose.

    Edit: Oh, apparently there is a standard DBus API for keyrings. So you can use libsecret to interact with whatever keyring.