From 253275567335be1074019851fc1a094d1ef51947 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 12 Mar 2026 09:37:35 +0100 Subject: [PATCH] Mention keyring-wincred Add keyring-wincred to the list of alternative backends. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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