This package browser is in early development. Mind the rough edges.

go-github-com-99designs-go-keyring

Go library providing a uniform interface for various secure credential stores

Keyring provides utility functions for and a common interface to a range of secure credential storage services. Originally developed as part of AWS Vault, a command line tool for securely managing AWS access from developer workstations.

Currently Keyring supports the following backends: macOS/OSX Keychain, Windows pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.

Installation

Install the latest version of go-github-com-99designs-go-keyring as follows:

guix install go-github-com-99designs-go-keyring

Or install a particular version:

guix install go-github-com-99designs-go-keyring@1.2.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.