jkramer / shell-fm

Lightweight console-based radio player for Last.FM radio streams.
228 stars 43 forks source link

Hashed password in rc file #44

Closed ghost closed 12 years ago

ghost commented 12 years ago

I looked at the code and it seems that shell-fm only uses the md5 hash of the password, so I think that there should be the possibility to add the hashed password instead of the plain text password in the rc file. I think it would be more secure rather than storing the plain password.

ashfame commented 12 years ago

+1

jkramer commented 12 years ago

Thanks to grampajoe for fixing this. :)