./security/py-secretstorage, Module for securely storing passwords and secrets

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.3, Package name: py310-secretstorage-3.3.3, Maintainer: bsiegert

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.

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).


Master sites:

Filesize: 19.276 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-16 18:35:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-secretstorage: updated to 3.3.3

SecretStorage 3.3.3, 2022-08-13
* Handle case when CreateItem method returns a prompt.
* Reformatted code in accordance with :PEP:`8` standard.

SecretStorage 3.3.2, 2022-04-19
* Fixed a deprecation warning with jeepney 0.8.
   2023-03-12 14:55:17 by Thomas Klausner | Files touched by this commit (4)
Log message:
security/py-secretstorage: import py-secretstorage-3.3.1

Packaged by bsiegert, K.I.A.Derouiche, and myself for wip.

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.

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).