Secure storing of passwords and other secrets

Edit Package python-SecretStorage
https://github.com/mitya57/secretstorage

Module description
==================

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
(since version 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).

The documentation can be found on `pythonhosted.org`_.

.. _`Secret Service`: http://standards.freedesktop.org/secret-service/
.. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/

Building the module
===================

.. note::
SecretStorage supports all versions of Python since 2.6. Here we assume
that your Python version is 3.x.

SecretStorage requires these packages to work:

* `dbus-python`_;
* PyCrypto_ (also `available on PyPI`_).

To build SecretStorage, use this command::

python3 setup.py build

If you have Sphinx_ installed, you can also build the documentation::

python3 setup.py build_sphinx

.. _`dbus-python`: http://www.freedesktop.org/wiki/Software/DBusBindings/#dbus-python
.. _PyCrypto: https://www.dlitz.net/software/pycrypto/
.. _`available on PyPI`: https://pypi.python.org/pypi/pycrypto
.. _Sphinx: http://sphinx-doc.org/

Get the code
============

SecretStorage is available under BSD license. The source code can be found
on GitHub_.

.. _GitHub: https://github.com/mitya57/secretstorage

Refresh
Refresh
Source Files
Filename Size Changed
SecretStorage-2.1.2.tar.gz 0000018128 17.7 KB
python-SecretStorage.changes 0000000159 159 Bytes
python-SecretStorage.spec 0000003537 3.45 KB
Latest Revision
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 347437 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 1)
needed to run nagstamon
Comments 0
openSUSE Build Service is sponsored by