From 48f5a95a6e30e825a5ad1f5d76b607e0b5306520 Mon Sep 17 00:00:00 2001 From: Danny Shemesh Date: Sun, 20 Sep 2020 14:06:36 +0300 Subject: [PATCH] Added the keyrings.osx-keychain-keys backend, as discussed in https://github.com/jaraco/keyring/issues/462 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index afe08934..7005e120 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,8 @@ 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 `_ + - OSX keychain key-management, for private, public and symmetric keys. Write your own keyring backend