-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stronger password hashes #46
Comments
definetly need a more secure one. I'd recommend something like a salted sha512 or whirlpool. I might try and make a pull request. |
At the current time, I'm not good enough with PHP to work that into mumpi, in a backwards or upgradeable fashion. Instead I'll leave a piece here:
That's the function I would use to generate a salt |
Yeah, I agree. |
PR #59 implements a stronger PW mechanism with PHP 5.5s native methods. |
When trying to find a way to add admins by letting them set their password I rummaged around the code and data a bit, and currently the admin passwords are non-salted SHA-1 hashes...
Maybe a more secure way should be implemented?
The text was updated successfully, but these errors were encountered: