summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-05 09:30:50 +0900
committerkali <kali@leap.se>2012-10-05 09:30:50 +0900
commit7c659fed65f08f2b52f0320c99a456679749e3f3 (patch)
treee0085fd2b4658dd53d7eed450f77e002e5ab5ea5 /pkg/requirements.pip
parentbaefda49d741a6e8149233f292f92221aaf3b675 (diff)
use keyring to store user password
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha.
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r--pkg/requirements.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index f244879b..d6c6713f 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -5,3 +5,5 @@ netifaces
python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129
jsonschema
srp
+pycrypto
+keyring