On this page:
keyring:   a library for uniformly accessing secrets
8.10

keyring: a library for uniformly accessing secrets

Sam Phillips <samdphillips@gmail.com>

WARNING! This documentation is for the development version of keyring. Release documentation is at https://docs.racket-lang.org/keyring/index.html.

The keyring library is a library to access various password stores in a uniform way. It is based loosely on the Python keyring library.

The base library contains a basic environment variable based backend. Additionally there are other backends that interface with other secret stores which can be installed separately.