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. This package provides an command line interface (CLI) tool.
- Versions: 1.2.2
- Website: https://github.com/99designs/keyring
- Licenses: Expat
- Package source: gnu/packages/golang-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-keyring
as follows:
guix install go-keyring
Or install a particular version:
guix install 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.
Badge code
You can use the following badge to inform users of go-keyring about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-keyring'><img src='https://packages.guix.gnu.org/packages/go-keyring/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-keyring)
Example Org:
[[https://packages.guix.gnu.org/packages/go-keyring][https://packages.guix.gnu.org/packages/go-keyring/badges/latest-version.svg]]