diff --git a/README.rst b/README.rst index 5bfae91f..fe6d592d 100644 --- a/README.rst +++ b/README.rst @@ -186,13 +186,15 @@ use cases. Simply install them to make them available: - `sagecipher `_ - an encryption backend which uses the ssh agent protocol's signature operation to derive the cipher key. -- `keyrings.osx_keychain_keys `_ +- `keyrings.osx_keychain_keys `_ - OSX keychain key-management, for private, public, and symmetric keys. - `keyring_pass.PasswordStoreBackend `_ - Password Store (pass) backend for python's keyring -- `keyring_jeepney `__ - a +- `keyring_jeepney `_ - a pure Python backend using the secret service DBus API for desktop Linux (requires ``keyring<24``). +- `keyring-wincred `_ - a + backend using the Windows Credential Manager (wincred) from WSL. Write your own keyring backend