python3-secretstorage

Python module for storing secrets - Python 3.x version
  https://github.com/mitya57/secretstorage
  0
  no reviews



Python-SecretStorage 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.

It allows one to create, edit and delete secret items, manipulate secret collections, and search for items matching given attributes. It also supports locking and unlocking collections.

This package provides Python 3.x version of SecretStorage.