Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Python Keyring Lib

Compare

  No analysis available

The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The keyring services supported by the Python keyring lib: * OSXKeychain: supports the Keychain service in Mac OS X. * KDEKWallet: ... [More] supports the KDE's Kwallet service. * GnomeKeyring: for Gnome environment. Besides these native password storing services provided by operating systems. Python keyring lib also provides following build-in keyrings. * Win32CryptoKeyring: for Windows 2k+. * CryptedFileKeyring: a command line interface keyring base on PyCrypto. * UncryptedFileKeyring: a keyring which leaves passwords directly in file. [Less]

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: python_so...