Closed shrimpza closed 8 years ago
Currently, user passwords are stored as a plain MD5 hash which is painfully insufficient, and should be revised to include a salt, and use a better hashing algorithm.
Using the PHP implementation found at https://github.com/defuse/password-hashing
Currently, user passwords are stored as a plain MD5 hash which is painfully insufficient, and should be revised to include a salt, and use a better hashing algorithm.