Skip to content

Commit

Permalink
Add link to keyrings.cryptfile. Push keyrings.alt to bottom and signa…
Browse files Browse the repository at this point in the history
…l security concerns. Ref jaraco/keyrings.alt#25
  • Loading branch information
jaraco authored Feb 14, 2018
1 parent b666e0c commit a0a05e4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,14 @@ the most common and secure use cases, there
are additional keyring backend implementations available for other
use-cases. Simply install them to make them available:

- `keyrings.alt <https://pypi.org/project/keyrings.alt>`_ - "alternate",
less common backends, originally part of the core package, but now
available for opt-in.
- `keyring_jeepney <https://pypi.python.org/pypi/keyring_jeepney>`__ - a
- `keyrings.cryptfile <https://pypi.org/project/keyrings.cryptfile>`_
- Encrypted text file storage.
- `keyring_jeepney <https://pypi.org/project/keyring_jeepney>`__ - a
pure Python backend using the secret service DBus API for desktop
Linux.
- `keyrings.alt <https://pypi.org/project/keyrings.alt>`_ - "alternate",
possibly-insecure backends, originally part of the core package, but
available for opt-in.

Write your own keyring backend
==============================
Expand Down

0 comments on commit a0a05e4

Please sign in to comment.