blob: 648368d3f93e88ab8b87714ee927aa0f5c57e153 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SecretService provides a way to securely storing passwords and other secrets in
Python.
It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and
KWallet (>= 4.8).
It allows to create new passwords, delete and search for passwords matching
given attributes. It also supports graphical prompts when unlocking is needed.
|