caiobegotti / Lost-Photos-Found

Linux version of the LostPhotos application for Mac/Windows
125 stars 9 forks source link

Use python-keyring to store passwords instead of storing in plaintext #4

Closed owais closed 10 years ago

owais commented 10 years ago

People forget. I don't want to forget my password in plaintext in the config file. The script should either ask for the password every time it is run or store it in a trusted keychain. Using something like https://pypi.python.org/pypi/keyring should help.

caiobegotti commented 10 years ago

I'll most definitely implement it, thanks for the nice reminder!

caiobegotti commented 10 years ago

Hey @owais, please update your checked out code and give it a try. It's not the prettiest code around but it's working and can be improved later on.