ed807b4a4b
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. WWW: http://pypi.python.org/pypi/SecretStorage PR: ports/179026 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
10 lines
392 B
Text
10 lines
392 B
Text
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.
|
|
|
|
WWW: http://pypi.python.org/pypi/SecretStorage
|