RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

Password should not be stored in plaintext #35

Open ghost opened 7 years ago

ghost commented 7 years ago

That's a pretty big problem.

Martin-Temme commented 7 years ago

I was thinking the same thing and also that I must have misread that.

Is that really what you're doing here?

RickvanLoo commented 7 years ago

Project at my end is pretty much dead, but at the moment of writing this the API worked by sending your password in Base64 so basically plain text to the guys over there. Well saving your password in plaintext somewhere in your filesystem for automatically logging in wouldn't make that much difference back then.