go-keyring 1.2.2
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.
- Outputs:
out
- 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 go-keyring 1.2.2
as follows:
guix install go-keyring@1.2.2
Or install the latest version:
guix install go-keyring
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.