Python 3.x module for secure storing of passwords and secrets
This module provides a way for securely storing passwords and other secrets. It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KSecretsService. The main classes provided are secretstorage.Item, representing a secret item (that has a label, a secret and some attributes) and secretstorage.Collection, a place items are stored in. SecretStorage supports most of the functions provided by Secret Service, including creating and deleting items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).
Release | Stable | Testing |
---|---|---|
EPEL 7 | 2.1.1-2.el7 | - |
You can contact the maintainers of this package via email at
python-SecretStorage dash maintainers at fedoraproject dot org
.