This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author graingert
Recipients alexis, eric.araujo, graingert, tarek
Date 2013-02-01.01:45:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359683125.78.0.593949491252.issue17096@psf.upfronthosting.co.za>
In-reply-to
Content
Having the password stored in a plain-text configuration file is not great security.

A better choice would be to try to use the OS keyring and then fall back to a plaintext file

An example implementation of a generic keyring python interface is available at: http://pypi.python.org/pypi/keyring/
History
Date User Action Args
2013-02-01 01:45:25graingertsetrecipients: + graingert, tarek, eric.araujo, alexis
2013-02-01 01:45:25graingertsetmessageid: <1359683125.78.0.593949491252.issue17096@psf.upfronthosting.co.za>
2013-02-01 01:45:25graingertlinkissue17096 messages
2013-02-01 01:45:25graingertcreate