malept / gmusicprocurator

A proxy/frontend for Google music streaming.
https://gmusicprocurator.readthedocs.org/
GNU General Public License v3.0
24 stars 7 forks source link

Use the operating system's keying for password storage #11

Closed malept closed 10 years ago

malept commented 10 years ago

The user's password shouldn't be in a plaintext config file, it should be in whatever keyring that the user has running on their system. keyring is a convenient package to deal with that.