dieonar / MyMumb-Panel

Web based application for murmur server managment
GNU General Public License v3.0
13 stars 9 forks source link

Replace md5 with something secure #6

Closed Lartza closed 9 years ago

Lartza commented 9 years ago

If you want a hashed password for security, md5 and sha1 are as good as plaintext.

Not to say that it's a bad thing since many config files have passwords like this as plaintext but then you could just remove the md5 alltogether.

dieonar commented 9 years ago

Mmmh, Yeah why not. Thanks for the suggestions, i will probably do this when i will ge more time ;)

Lartza commented 9 years ago

Why close this without resolution?

dieonar commented 9 years ago

Thoses changes have been already made, and i will push it when i will be back on my pc.